INPUT_OBJECT
UpdateContractMutationInput
The input object that defines the fields for the updateContract mutation.
link GraphQL Schema definition
- input UpdateContractMutationInput {
- # The custom message.
- : Text
- # A note about this entity.
- : NoteMutationInput
- # Setting this value to `true` will set `custom_message` to null.
- : Boolean
- }