INPUT_OBJECT

AdvertDeleteMutationInput

Autogenerated input type of AdvertDeleteMutation

link GraphQL Schema definition

  • input AdvertDeleteMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the advert to mark as deleted
  • id: ID!
  • }