UserGroup
UserGroup
User memberships in groups
| Field | Argument | Type | Description |
|---|---|---|---|
| nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
| orgId | UUID! | ||
| userId | UUID! | ||
| groupId | UUID! | ||
| createdAt | Datetime | ||
| createdBy | UUID | ||
| permissions | [String]! | ||
| permissionSets | [UUID]! | ||
| orgByOrgId | Org | Reads a single `Org` that is related to this `UserGroup`. | |
| userByUserId | User | Reads a single `User` that is related to this `UserGroup`. | |
| groupByGroupId | Group | Reads a single `Group` that is related to this `UserGroup`. | |
| userByCreatedBy | User | Reads a single `User` that is related to this `UserGroup`. | |