feat: show related flows for connections

This commit is contained in:
Ali BARIN
2022-08-11 18:44:44 +02:00
parent a5b6e66e22
commit ad97fae883
4 changed files with 10 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
import { gql } from '@apollo/client';
export const GET_FLOWS = gql`
query GetFlows($limit: Int!, $offset: Int!, $appKey: String, $name: String) {
getFlows(limit: $limit, offset: $offset, appKey: $appKey, name: $name) {
query GetFlows($limit: Int!, $offset: Int!, $appKey: String, $connectionId: String, $name: String) {
getFlows(limit: $limit, offset: $offset, appKey: $appKey, connectionId: $connectionId, name: $name) {
pageInfo {
currentPage
totalPages