INPUT_OBJECT

CreateGratisCopyInput

Autogenerated input type of CreateGratisCopy

link GraphQL Schema definition

  • input CreateGratisCopyInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The id of the associated contract
  • contractId: 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