GraphQL reference

UpdateContractTemplateInsuranceInput

Input

Autogenerated input type of UpdateContractTemplateInsurance

mutation { organization(id: $organizationId) { updateContractTemplateInsurance } }

Example

mutation UpdateContractTemplateInsurance(
  $organizationId: ID!
  $input: UpdateContractTemplateInsuranceInput!
) {
  organization(id: $organizationId) {
    updateContractTemplateInsurance(input: $input) {
        contract
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
contractIdID!
insuranceNoteString
insuranceRequiredBoolean!
mutationMetadataJSON