| nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. |
| orgId | UUID! | |
| groupId | UUID! | |
| spaceId | UUID! | |
| permissions | [String]! | |
| permissionSets | [UUID]! | |
| orgByOrgId | Org | Reads a single `Org` that is related to this `GroupSpace`. |
| groupByGroupId | Group | Reads a single `Group` that is related to this `GroupSpace`. |
| groupByGroupIdAndOrgId | Group | Reads a single `Group` that is related to this `GroupSpace`. |
| spaceBySpaceId | Space | Reads a single `Space` that is related to this `GroupSpace`. |