INPUT_OBJECT
UpdateContractInput
Autogenerated input type of UpdateContract
link GraphQL Schema definition
- input UpdateContractInput {
- # A unique identifier for the client performing the mutation.
- String :
- # The Consonance unique identifier
- Int! :
- # An in-house name for the contract
- String :
- # The date the contract was signed
- ISO8601Date :
- # A description for the contract
- String :
- # The number of free copies
- String :
- # The number of free copies used
- String :
- # The author discount
- String :
- # The remainder rate
- String :
- # The remainder rate for sales above cost
- Float :
- # The guaranteed royalty
- Float :
- # The flat fee amount
- Float :
- # The circumstances under which the contract is expiring
- String :
- # The last day the contract is in force
- ISO8601Date :
- }