OBJECT

CustomerAccessTokenDeletePayload

link GraphQL Schema definition

  • type CustomerAccessTokenDeletePayload {
  • # The destroyed access token.
  • deletedAccessToken: String
  • # ID of the destroyed customer access token.
  • deletedCustomerAccessTokenId: String
  • # List of errors that occurred executing the mutation.
  • userErrors: [UserError!]!
  • }