| nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. |
| id | UUID! | |
| orgId | UUID! | |
| name | String! | |
| description | String! | |
| createdAt | Datetime | |
| updatedAt | Datetime | |
| createdBy | UUID | |
| updatedBy | UUID | |
| permissions | [String]! | |
| permissionSets | [UUID]! | |
| isDefault | Boolean | Indicate that newly created user will be automatically added to this group |
| orgByOrgId | Org | Reads a single `Org` that is related to this `Group`. |
| userByCreatedBy | User | Reads a single `User` that is related to this `Group`. |
| userByUpdatedBy | User | Reads a single `User` that is related to this `Group`. |
| groupSpacesByGroupId | GroupSpacesConnection! | Reads and enables pagination through a set of `GroupSpace`. |
| first | Int | Only read the first `n` values of the set. |
| last | Int | Only read the last `n` values of the set. |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
| before | Cursor | Read all values in the set before (above) this cursor. |
| after | Cursor | Read all values in the set after (below) this cursor. |
| orderBy | [GroupSpacesOrderBy!] | The method to use when ordering `GroupSpace`. |
| condition | GroupSpaceCondition | A condition to be used in determining which values should be returned by the collection. |
| filter | GroupSpaceFilter | A filter to be used in determining which values should be returned by the collection. |
| groupSpacesByGroupIdAndOrgId | GroupSpacesConnection! | Reads and enables pagination through a set of `GroupSpace`. |
| first | Int | Only read the first `n` values of the set. |
| last | Int | Only read the last `n` values of the set. |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
| before | Cursor | Read all values in the set before (above) this cursor. |
| after | Cursor | Read all values in the set after (below) this cursor. |
| orderBy | [GroupSpacesOrderBy!] | The method to use when ordering `GroupSpace`. |
| condition | GroupSpaceCondition | A condition to be used in determining which values should be returned by the collection. |
| filter | GroupSpaceFilter | A filter to be used in determining which values should be returned by the collection. |
| userGroupsByGroupId | UserGroupsConnection! | Reads and enables pagination through a set of `UserGroup`. |
| first | Int | Only read the first `n` values of the set. |
| last | Int | Only read the last `n` values of the set. |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
| before | Cursor | Read all values in the set before (above) this cursor. |
| after | Cursor | Read all values in the set after (below) this cursor. |
| orderBy | [UserGroupsOrderBy!] | The method to use when ordering `UserGroup`. |
| condition | UserGroupCondition | A condition to be used in determining which values should be returned by the collection. |
| filter | UserGroupFilter | A filter to be used in determining which values should be returned by the collection. |