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