INPUT_OBJECT

UpdateCollection

link GraphQL Schema definition

1input UpdateCollection {
4
2# id of the collection
3folderId: ID!
7
5# the name of the collection
6name: String
10
8# description of the collection
9folderDescription: String
13
11# Collection image
12image: String
15
14parentFolderId: ID
16}