INPUT_OBJECT
UpdateContractTemplateMutationInput
The input object that defines the fields for the updateContractTemplate mutation.
link GraphQL Schema definition
- input UpdateContractTemplateMutationInput {
- # Whether or not this is enabled.
- Boolean :
- # A descriptive name.
- String :
- # The body.
- Text :
- # The term in months.
- Int :
- # The ID of the company that this entity operates under.
- Int64Bit :
- # The ID of a `TicketGroup`.
- Int64Bit :
- # A note about this entity.
- NoteMutationInput :
- # Setting this value to `true` will set `term_in_months` to null.
- Boolean :
- # Setting this value to `true` will set `company_id` to null.
- Boolean :
- # Setting this value to `true` will set `ticket_group_id` to null.
- Boolean :
- }