TokenRefresh
Result of token refresh mutation.
type TokenRefresh {
token: String
user: User
accountErrors: [AccountError!]!
}
Fields
TokenRefresh.token ● String scalar
New JWT token.
TokenRefresh.user ● User object
The authenticated user.
TokenRefresh.accountErrors ● [AccountError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
tokenRefresh mutation