customCollectionCreate Mutation
Creates a new custom collection.
Input Argument
customCollectionCreate 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
)
Description of the collection.
[AttachmentInput!]
)
The attachments used in the description
field.
Boolean
)
Whether the collection may not be used for new custom views.
String!
)
Name of the collection.
[CustomCollectionElementInput!]
)
Elements of this custom collection.
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 R-Service APIs or the R-Service 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.