Types > Token
Commerce APITypesToken
Token

Description

Topic: Auth

Fields

token: String!

JWT

Valid when: token is not empty


Used By

Mutations

authRefresh

Preview (typescript)

interface Token {
token: string
}