AppUpdate Object
Updates an existing app.
Triggers the following webhook events:
- APP_UPDATED (async): An app was updated.
type AppUpdate {
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
app: App
}
Fields
errors ● [AppError!]!
app ● App
Show deprecatedHide deprecated
appErrors ● [AppError!]!
DEPRECATED
Use errors field instead.
Returned By
appUpdate mutation