AppCreate
Creates a new app.
type AppCreate {
authToken: String
appErrors: [AppError!]!
app: App
}
Fields
AppCreate.authToken ● String scalar
The newly created authentication token.
AppCreate.appErrors ● [AppError!]! non-null object
AppCreate.app ● App object
Returned By
appCreate mutation