GraphQL reference

UpdateContractTemplateInsurancePayload

Object

Autogenerated return 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.
constructableUrlString
contractContract
errors[String!]!