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