customCollectionUpdate Mutation
Updates an existing custom collection.
Input Argument
customCollectionUpdate 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.
[ID!]
)
Identifiers of elements to remove from the collection.
String
)
Description of the collection.
[AttachmentInput!]
)
The attachments used in the description
field.
Boolean
)
Whether the collection may not be used for new custom views.
ID!
)
The node ID of the record to update.
String
)
Name of the collection.
[CustomCollectionElementInput!]
)
Elements of this custom collection.
String
)
The hyperlink to the image file for the record.
String
)
The Reference field defaults to the Name field value, written in lower case characters and with all spaces replaced by the underscore character. This reference can be used to link the collection to an element using the Xurrent APIs or the Xurrent Import functionality.
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.
ID
)
UI extension that is to be applied to the record.
Return Fields
String
)
A unique identifier for the client performing the mutation.
CustomCollection
)
Record after mutation.
[ValidationError!]
)
Errors encountered during the mutation.