INPUT_OBJECT

ShareMention

link GraphQL Schema definition

1input ShareMention {
4
2# id of the mention
3mentionId: ID!
7
5# message in email
6shareMessage: String
10
8# list of recipients
9recipients: [String]
13
11# app specific share options
12shareOptions: JSONData
16
14# Internal API token can create shared mention for other orgs
15organizationId: ID
19
17# UserID the shared mention is being created for
18userId: ID
20}