INPUT_OBJECT

UpdateGratisCopyInput

Autogenerated input type of UpdateGratisCopy

link GraphQL Schema definition

  • input UpdateGratisCopyInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The Consonance unique identifier
  • id: Int!
  • # The id of the associated product
  • productId: Int
  • # The id of the associated contact
  • contactId: Int
  • # The number of gratis copies to send
  • numberOfCopies: Int
  • # The date the gratis copies should be sent on
  • sendOn: ISO8601Date
  • # The date the gratis copies were sent
  • sentOn: ISO8601Date
  • # Any notes regarding the gratis copies
  • note: String
  • }

link Require by