Skip to main content

appCreate Mutation

Creates a new app.

Requires the following permissions: AUTHENTICATED_STAFF_USERMANAGE_APPS

Triggers the following webhook events:

  • APP_INSTALLED (async): An app was installed.
appCreate(
input: AppInput!
): AppCreate
Show return type

Arguments

input ● AppInput!

Fields required to create a new app.

Type

AppCreate

Creates a new app.

Requires the following permissions: AUTHENTICATED_STAFF_USERMANAGE_APPS

Triggers the following webhook events:

  • APP_INSTALLED (async): An app was installed.