Skip to main content

AddAuthTokenResponse

The response from creating an Auth Token

type AddAuthTokenResponse {
success: Boolean!
token: String!
errors: [String!]
}

Fields

AddAuthTokenResponse.success ● Boolean! non-null scalar

If the Auth Token was created successfully

AddAuthTokenResponse.token ● String! non-null scalar

The created Auth Token

AddAuthTokenResponse.errors ● [String!] list scalar

List of errors that may have occurred during the operation

Returned By

createAuthToken mutation