appUpdate Mutation
Updates an existing app.
Triggers the following webhook events:
- APP_UPDATED (async): An app was updated.
appUpdate(
id: ID!
input: AppInput!
): AppUpdate
Details
type AppUpdate {
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
app: App
}
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.