Skip to main content

AppTokenCreate

Result of app token create mutation.

type AppTokenCreate {
appToken: AppToken
authToken: String
appErrors: [AppError!]!
}

Fields

AppTokenCreate.appToken ● AppToken object

The created app token.

AppTokenCreate.authToken ● String scalar

The full auth token (only visible at creation time).

AppTokenCreate.appErrors ● [AppError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

appTokenCreate mutation

Was this page helpful?