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:
String
)
A unique identifier for the client performing the mutation.
[CustomFieldInput!]
)
Values for custom fields to be used by the UI Extension that is linked to the record.
[AttachmentInput!]
)
The attachments used in the custom fields' values.
String
)
Description of the collection element.
Boolean
)
Whether the collection element may not be referenced from custom fields of other records.
ID!
)
The node ID of the record to update.
String
)
Any additional information about the element that might prove useful.
String
)
Name of the collection element.
String
)
The Reference field defaults to the Name field value, written in lower case characters and with all spaces replaced by the underscore character.
String
)
An identifier for the client application submitting the resource or the name of an external system.
String
)
The unique identifier of the resource in an external system.
Return Fields
String
)
A unique identifier for the client performing the mutation.
CustomCollectionElement
)
Record after mutation.
[ValidationError!]
)
Errors encountered during the mutation.