GraphQL reference

DeleteContractTemplateInput

Input

Autogenerated input type of DeleteContractTemplate

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

Example

mutation DeleteContractTemplate(
  $organizationId: ID!
  $input: DeleteContractTemplateInput!
) {
  organization(id: $organizationId) {
    deleteContractTemplate(input: $input) {
        errors
      }
  }
}

Fields

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