customCollectionElementUpdate Mutation

Updates an existing custom collection element.

Input Argument

customCollectionElementUpdate accepts a single input argument, an input type, which contains the values it uses.

The fields inside input are:

clientMutationId (String)

A unique identifier for the client performing the mutation.

customFields ([CustomFieldInput!])

Values for custom fields to be used by the UI Extension that is linked to the record.

customFieldsAttachments ([AttachmentInput!])

The attachments used in the custom fields' values.

description (String)

Description of the collection element.

disabled (Boolean)

Whether the collection element may not be referenced from custom fields of other records.

id (ID!)

The node ID of the record to update.

information (String)

Any additional information about the element that might prove useful.

name (String)

Name of the collection element.

reference (String)

The Reference field defaults to the Name field value, written in lower case characters and with all spaces replaced by the underscore character.

source (String)

An identifier for the client application submitting the resource or the name of an external system.

sourceID (String)

The unique identifier of the resource in an external system.

Return Fields

clientMutationId (String)

A unique identifier for the client performing the mutation.

customCollectionElement (CustomCollectionElement)

Record after mutation.

errors ([ValidationError!])

Errors encountered during the mutation.