AppCreate
Creates a new app.
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
DEPRECATEDThis 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