Screen
Screen
A screen detail for each organization.
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. | |
orgId | UUID! | The id of the organization that screen belong to. | |
spaceId | UUID! | The id of the space that screen belong to. | |
screenGroupId | UUID! | The id of the screen_group that screen belong to. | |
castId | UUID | ||
name | String! | The name of the screen. | |
content | JSON | The json data of content which is channel id. | |
status | ScreenStatus! | Enum type of screen' status. | |
preview | Boolean! | To indecate the screen is in preview mode, no charge. | |
device | JSON | Json data of device information from screencloud eg id, device name, serial. | |
rotation | ScreenRotation! | Rotation enum for 0, 90, 180 and 270. | |
tags | [String]! | The json array of tags for the screen. | |
env | JSON! | The key value pairs data for screen. | |
notes | String | A long text input for notes anything. | |
createdAt | Datetime | ||
updatedAt | Datetime | ||
createdBy | UUID | ||
updatedBy | UUID | ||
preferences | JSON! | A preferences for screen eg. operating hours | |
connectedAt | Datetime | If the screen is online, the timestamp of when the screen connected. | |
disconnectedAt | Datetime | If the screen is not online, the timestamp of when the screen disconnected. | |
isConnected | Boolean! | TRUE if the screen is online. | |
deviceProvider | String | ||
deviceBak | JSON | @omit: backup of device-column, to be removed in the future | |
preferencesBak | JSON | @omit: backup of preferences-column, to be removed in the future | |
deviceId | String! | ||
deviceModel | String | ||
devicePlatform | String | ||
deviceRelease | String | ||
playerTimezone | String! | ||
playerRelease | String | ||
playerHeight | Int | ||
playerWidth | Int | ||
timezoneOverride | String! | ||
operatingHours | JSON | ||
additionalDeviceSettings | JSON! | ||
additionalPlayerSettings | JSON! | ||
timezone | String | ||
orgByOrgId | Org | Reads a single `Org` that is related to this `Screen`. | |
spaceBySpaceId | Space | Reads a single `Space` that is related to this `Screen`. | |
screenGroupByScreenGroupId | ScreenGroup | Reads a single `ScreenGroup` that is related to this `Screen`. | |
screenGroupByScreenGroupIdAndOrgId | ScreenGroup | Reads a single `ScreenGroup` that is related to this `Screen`. | |
castByCastId | Cast | Reads a single `Cast` that is related to this `Screen`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `Screen`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `Screen`. | |
associationsByFromScreenAndOrgId | AssociationsConnection! | Reads and enables pagination through a set of `Association`. | |
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 | [AssociationsOrderBy!] | The method to use when ordering `Association`. | |
condition | AssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | AssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
tagAssociationsByToScreenAndOrgId | TagAssociationsConnection! | Reads and enables pagination through a set of `TagAssociation`. | |
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 | [TagAssociationsOrderBy!] | The method to use when ordering `TagAssociation`. | |
condition | TagAssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | TagAssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
screenContentHistoriesByScreenId | ScreenContentHistoriesConnection! | Reads and enables pagination through a set of `ScreenContentHistory`. | |
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 | [ScreenContentHistoriesOrderBy!] | The method to use when ordering `ScreenContentHistory`. | |
condition | ScreenContentHistoryCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ScreenContentHistoryFilter | A filter to be used in determining which values should be returned by the collection. | |
screenContentHistoriesByScreenIdAndOrgId | ScreenContentHistoriesConnection! | Reads and enables pagination through a set of `ScreenContentHistory`. | |
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 | [ScreenContentHistoriesOrderBy!] | The method to use when ordering `ScreenContentHistory`. | |
condition | ScreenContentHistoryCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ScreenContentHistoryFilter | A filter to be used in determining which values should be returned by the collection. | |
appInstancesByScreenId | AppInstancesConnection! | Get apps that contained in a 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. | |
channelsByScreenId | ChannelsConnection! | Get channel that contained in a 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. | |
filesByScreenId | FilesConnection! | Get files that contained in a 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. | |
linksByScreenId | LinksConnection! | Get links that contained in a 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. | |
playlistsByScreenId | PlaylistsConnection! | Get playlist that contained in a 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. | |
sitesByScreenId | SitesConnection! | Get Sites that are contained in a 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. |