appUpdate Mutation
Updates an existing app.
Triggers the following webhook events:
- APP_UPDATED (async): An app was updated.
appUpdate(
id: ID!
input: AppInput!
): AppUpdate
Show return type
Arguments
id ● ID!
ID of an app to update.
input ● AppInput!
Fields required to update an existing app.
Type
AppUpdate
Updates an existing app.
Triggers the following webhook events:
- APP_UPDATED (async): An app was updated.