OBJECT

SharedWith

link GraphQL Schema definition

1type SharedWith {
2
3# List of organizationIds that have read access to this object
4read: [Int]
5
6# List of organizationIds that have write access to this object
7write: [Int]
8
9}

link Required by