feat: add supportsConnections support in App

This commit is contained in:
Ali BARIN
2022-08-04 21:23:23 +02:00
parent f7ab2b667c
commit 5271af8b94
20 changed files with 38 additions and 4 deletions
@@ -8,6 +8,7 @@ export const GET_APP = gql`
iconUrl
docUrl
primaryColor
supportsConnections
fields {
key
label
@@ -9,6 +9,7 @@ export const GET_APPS = gql`
docUrl
primaryColor
connectionCount
supportsConnections
fields {
key
label
@@ -9,6 +9,7 @@ export const GET_CONNECTED_APPS = gql`
docUrl
primaryColor
connectionCount
supportsConnections
}
}
`;