GraphQL reference

DeleteContractTemplateFieldPayload

Object

Autogenerated return type of DeleteContractTemplateField.

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

Example

mutation DeleteContractTemplateField(
  $organizationId: ID!
  $input: DeleteContractTemplateFieldInput!
) {
  organization(id: $organizationId) {
    deleteContractTemplateField(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!