OBJECT

UserACL

link GraphQL Schema definition

1type UserACL {
2
3applicationId: ID
4
5organizationId: ID
6
7organization: Organization
8
9objectType: String
10
11objectId: String
12
13access: UserACLAccessRights
14
15userId: ID
16
17}