OBJECT

CustomerAccessTokenRenewPayload

link GraphQL Schema definition

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