INPUT_OBJECT

CreateCollection

link GraphQL Schema definition

1input CreateCollection {
4
2# the name of the collection
3name: String!
7
5# description of the collection
6folderDescription: String
10
8# Collection image
9image: String
13
11# ID for a folder the collection should be filed in
12parentFolderId: ID!
14}