OBJECT

AdvertDeleteMutationPayload

Autogenerated return type of AdvertDeleteMutation.

link GraphQL Schema definition

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