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
ID of an app to update.
appUpdate.input
● AppInput!
non-null input
Fields required to update an existing app.
Type
AppUpdate
object
Updates an existing app.
Triggers the following webhook events:
- APP_UPDATED (async): An app was updated.