appUpdate
Updates an existing app.
Triggers the following webhook events:
- APP_UPDATED (async): An app was updated.
appUpdate(
id: ID!
input: AppInput!
): AppUpdate
Arguments
appUpdate.id
● ID!
non-null scalar miscellaneous
ID of an app to update.
appUpdate.input
● AppInput!
non-null input apps
Fields required to update an existing app.
Type
AppUpdate
object apps
Updates an existing app.
Triggers the following webhook events:
- APP_UPDATED (async): An app was updated.