Skip to main content
Version: 3.x

appUpdate

Updates an existing app.

Requires MANAGE_APPSpermission.

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.

Requires MANAGE_APPSpermission.

Triggers the following webhook events:

  • APP_UPDATED (async): An app was updated.

Was this page helpful?