feat: add updateFlow mutation
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
Reference in New Issue
Block a user