OBJECT

CustomerAccessTokenCreatePayload

link GraphQL Schema definition

  • type CustomerAccessTokenCreatePayload {
  • # The newly created customer access token object.
  • customerAccessToken: CustomerAccessToken
  • # List of errors that occurred executing the mutation.
  • userErrors: [UserError!]!
  • }