AppCreate
Creates a new app.
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
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
AppCreate.errors ● [AppError!]! non-null object
AppCreate.app ● App object
Returned by
appCreate mutation
Was this page helpful?