INPUT_OBJECT

ShareMentionInBulk

link GraphQL Schema definition

1input ShareMentionInBulk {
4
2# Array ids of the mentions
3mentionIds: [ID!]!
7
5# message in email
6shareMessage: String
10
8# list of recipients
9recipients: [String]
13
11# Collection image
12shareOptions: JSONData
14}