AppCreate
Result of app create mutation.
type AppCreate {
app: App
authToken: String
appErrors: [AppError!]!
}
Fields
AppCreate.app ● App object
The created app.
AppCreate.authToken ● String scalar
The newly created auth token (only visible at creation time).
AppCreate.appErrors ● [AppError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
appCreate mutation