customCollectionElementCreate Mutation
Creates a new custom collection element.
Input Argument
customCollectionElementCreate 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.
String
)
Reference of the collection of this element.
ID
)
Identifier of the collection of this element.
[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.
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.