INPUT_OBJECT

ShareMentionFromCollection

link GraphQL Schema definition

1input ShareMentionFromCollection {
4
2# id of the mention from collection
3mentionId: ID!
7
5# id of the collection
6folderId: ID!
10
8# message in email
9shareMessage: String
13
11# list of recipients
12recipients: [String]
16
14# Collection image
15shareOptions: ShareOptions
17}