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
Details
type AppCreate {
authToken: String
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
app: App
}

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.