OBJECT

SellerUpdateMutationPayload

Autogenerated return type of SellerUpdateMutation.

link GraphQL Schema definition

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