Alokai

CustomerToken

Contains a customer authorization token.

type CustomerToken = {
  __typename?: 'CustomerToken'; /** The customer authorization token. */
  token?: Maybe<Scalars['String']['output']>;
};

Referenced Types

On this page