OBJECT

SellerCreateMutationPayload

Autogenerated return type of SellerCreateMutation.

link GraphQL Schema definition

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