INPUT_OBJECT

AdvertPublishedUpdateMutationInput

Autogenerated input type of AdvertPublishedUpdateMutation

link GraphQL Schema definition

  • input AdvertPublishedUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the advert
  • id: ID!
  • published: Boolean!
  • }