feat: add updateFlow mutation

This commit is contained in:
Ali BARIN
2021-12-21 10:05:02 +01:00
parent d06ce4958e
commit ede68b2af2
5 changed files with 44 additions and 2 deletions
@@ -8,6 +8,7 @@ export const GET_APP = gql`
iconUrl
docUrl
primaryColor
connectionCount
fields {
key
label
@@ -48,6 +49,11 @@ export const GET_APP = gql`
connections {
id
}
triggers {
name
key
description
}
}
}
`;