CreateTokenPayload
No description
type CreateTokenPayload { user: User! token: Token! signedToken: String! clientMutationId: String!}
#
Fieldsuser
(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.