INPUT_OBJECT

ShareFolderInput

link GraphQL Schema definition

1input ShareFolderInput {
3
2treeObjectId: ID
6
4# The folder id of the Folder to share
5folderId: ID
9
7# The organizations that will have read permissions to the Folder
8readOrganizationIds: [Int]
12
10# The organizations that will have write permissions to the Folder
11writeOrganizationIds: [Int]
13}