collectionCreate Mutation
Creates a new collection.
collectionCreate(
input: CollectionCreateInput!
): CollectionCreate
Details
type CollectionCreate {
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
collection: Collection
}
Arguments
input ● CollectionCreateInput!
Fields required to create a collection.
Type
CollectionCreate
Creates a new collection.