OBJECT

CartDeleteMutationPayload

Autogenerated return type of CartDeleteMutation.

link GraphQL Schema definition

  • type CartDeleteMutationPayload {
  • cart: Cart
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • status: Int!
  • }