INPUT_OBJECT

ShareFolderInput

link GraphQL Schema definition

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