ScreenGroup
ScreenGroup
A space detail for screen_group.
| Field | Argument | Type | Description | 
|---|---|---|---|
| nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
| id | UUID! | The primary unique identifier for the screen_group. | |
| orgId | UUID! | The id of the organization that screen_group belong to. | |
| spaceId | UUID! | The id of the space that screen_group belong to. | |
| name | String! | The name of the screen_group. | |
| isPrimary | Boolean! | True if screen group is the default implicitly created screen group on a certain space. | |
| env | JSON | The key value pairs data for screen_group. | |
| createdAt | Datetime | ||
| updatedAt | Datetime | ||
| createdBy | UUID | ||
| updatedBy | UUID | ||
| orgByOrgId | Org | Reads a single `Org` that is related to this `ScreenGroup`. | |
| spaceBySpaceId | Space | Reads a single `Space` that is related to this `ScreenGroup`. | |
| userByCreatedBy | User | Reads a single `User` that is related to this `ScreenGroup`. | |
| userByUpdatedBy | User | Reads a single `User` that is related to this `ScreenGroup`. | |
| screensByScreenGroupId | ScreensConnection! | Reads and enables pagination through a set of `Screen`. | |
| 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 | [ScreensOrderBy!] | The method to use when ordering `Screen`. | |
| condition | ScreenCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | ScreenFilter | A filter to be used in determining which values should be returned by the collection. | |
| screensByScreenGroupIdAndOrgId | ScreensConnection! | Reads and enables pagination through a set of `Screen`. | |
| 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 | [ScreensOrderBy!] | The method to use when ordering `Screen`. | |
| condition | ScreenCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | ScreenFilter | A filter to be used in determining which values should be returned by the collection. | |