INPUT_OBJECT
CreateGratisCopyInput
Autogenerated input type of CreateGratisCopy
link GraphQL Schema definition
- input CreateGratisCopyInput {
- # A unique identifier for the client performing the mutation.
- : String
- # The id of the associated contract
- : Int!
- # The id of the associated product
- : Int!
- # The id of the associated contact
- : Int!
- # The number of gratis copies to send
- : Int!
- # The date the gratis copies should be sent on
- : ISO8601Date
- # The date the gratis copies were sent
- : ISO8601Date
- # Any notes regarding the gratis copies
- : String
- }