INPUT_OBJECT

CreateCollectionInput

Inputs for creating a new collection.

link GraphQL Schema definition

1input CreateCollectionInput {
4
2# A description of the collection being created.
3description: String
7
5# The id of the user who will own the collection.
6ownerID: ID!
10
8# The title of the collection being created.
9title: String!
11}