Skip to main content
Version: 3.x

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

The newly created authentication token.

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

DEPRECATED

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

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

AppCreate.app ● App object

Returned by

appCreate mutation


Was this page helpful?