INPUT_OBJECT

UpdateContractMutationInput

The input object that defines the fields for the updateContract mutation.

link GraphQL Schema definition

  • input UpdateContractMutationInput {
  • # The custom message.
  • custom_message: Text
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `custom_message` to null.
  • unset_custom_message: Boolean
  • }

link Require by