INPUT_OBJECT

ShareCollection

link GraphQL Schema definition

1input ShareCollection {
4
2# id of the collection
3folderId: ID!
7
5# message in email
6shareMessage: String
10
8# list of recipients
9recipients: [String]
13
11# collection specific share options
12shareOptions: ShareOptions
14}