ScreenContentHistory
ScreenContentHistory
A screen content history.
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 content record. | |
orgId | UUID! | The id of the organization that screen belong to. | |
screenId | UUID! | ||
spaceId | UUID! | The id of the space that screen belong to. | |
content | JSON | ||
fileId | UUID | ||
channelId | UUID | ||
playlistId | UUID | ||
linkId | UUID | ||
appInstanceId | UUID | ||
createdAt | Datetime | ||
createdBy | UUID | ||
siteId | UUID | ||
orgByOrgId | Org | Reads a single `Org` that is related to this `ScreenContentHistory`. | |
screenByScreenId | Screen | Reads a single `Screen` that is related to this `ScreenContentHistory`. | |
screenByScreenIdAndOrgId | Screen | Reads a single `Screen` that is related to this `ScreenContentHistory`. | |
spaceBySpaceId | Space | Reads a single `Space` that is related to this `ScreenContentHistory`. | |
fileByFileIdAndOrgId | File | Reads a single `File` that is related to this `ScreenContentHistory`. | |
channelByChannelIdAndOrgId | Channel | Reads a single `Channel` that is related to this `ScreenContentHistory`. | |
playlistByPlaylistIdAndOrgId | Playlist | Reads a single `Playlist` that is related to this `ScreenContentHistory`. | |
linkByLinkIdAndOrgId | Link | Reads a single `Link` that is related to this `ScreenContentHistory`. | |
appInstanceByAppInstanceIdAndOrgId | AppInstance | Reads a single `AppInstance` that is related to this `ScreenContentHistory`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `ScreenContentHistory`. | |
siteBySiteIdAndOrgId | Site | Reads a single `Site` that is related to this `ScreenContentHistory`. |