CreateTokenPayload
No description
type CreateTokenPayload { user: User! token: Token! signedToken: String! clientMutationId: String!}Fields#
user (User!)#
user is the possibly modified User.
token (Token!)#
token is the Token that was created.
signedToken (String!)#
signedToken is the signed Token associated with the account.
clientMutationId (String!)#
clientMutationId is required for Relay support.