Skip to main content

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

Fields

AppCreate.authToken ● String scalar miscellaneous

The newly created authentication token.

AppCreate.appErrors ● [AppError!]! deprecated non-null object apps

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

AppCreate.errors ● [AppError!]! non-null object apps

AppCreate.app ● App object apps

Returned By

appCreate mutation