feat: add supportsConnections support in App

This commit is contained in:
Ali BARIN
2022-07-29 14:04:44 +02:00
parent f7ab2b667c
commit 5271af8b94
20 changed files with 38 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ export const GET_APP = gql`
iconUrl
docUrl
primaryColor
supportsConnections
fields {
key
label

View File

@@ -9,6 +9,7 @@ export const GET_APPS = gql`
docUrl
primaryColor
connectionCount
supportsConnections
fields {
key
label

View File

@@ -9,6 +9,7 @@ export const GET_CONNECTED_APPS = gql`
docUrl
primaryColor
connectionCount
supportsConnections
}
}
`;