GetApplicationToken
Represents the response of getting an application token.
type GetApplicationToken {
tokens: UserToken
errors: [GetApplicationTokenError!]
}
Fields
GetApplicationToken.tokens ● UserToken object
The user tokens.
GetApplicationToken.errors ● [GetApplicationTokenError!] list object
The errors occurred during the token retrieval.
Returned By
getApplicationToken mutation