GraphQL reference

UpdateContractTemplateNameInput

Input

Autogenerated input type of UpdateContractTemplateName

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

Example

mutation UpdateContractTemplateName(
  $organizationId: ID!
  $input: UpdateContractTemplateNameInput!
) {
  organization(id: $organizationId) {
    updateContractTemplateName(input: $input) {
        contract
        errors
      }
  }
}

Fields

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