Studio Service

ScreenContentHistory

ScreenContentHistory

A screen content history.

FieldArgumentTypeDescription
nodeIdID!A globally unique identifier. Can be used in various places throughout the system to identify this single value.
idUUID!The primary unique identifier for the screen content record.
orgIdUUID!The id of the organization that screen belong to.
screenIdUUID!
spaceIdUUID!The id of the space that screen belong to.
contentJSON
fileIdUUID
channelIdUUID
playlistIdUUID
linkIdUUID
appInstanceIdUUID
createdAtDatetime
createdByUUID
siteIdUUID
orgByOrgIdOrgReads a single `Org` that is related to this `ScreenContentHistory`.
screenByScreenIdScreenReads a single `Screen` that is related to this `ScreenContentHistory`.
screenByScreenIdAndOrgIdScreenReads a single `Screen` that is related to this `ScreenContentHistory`.
spaceBySpaceIdSpaceReads a single `Space` that is related to this `ScreenContentHistory`.
fileByFileIdAndOrgIdFileReads a single `File` that is related to this `ScreenContentHistory`.
channelByChannelIdAndOrgIdChannelReads a single `Channel` that is related to this `ScreenContentHistory`.
playlistByPlaylistIdAndOrgIdPlaylistReads a single `Playlist` that is related to this `ScreenContentHistory`.
linkByLinkIdAndOrgIdLinkReads a single `Link` that is related to this `ScreenContentHistory`.
appInstanceByAppInstanceIdAndOrgIdAppInstanceReads a single `AppInstance` that is related to this `ScreenContentHistory`.
userByCreatedByUserReads a single `User` that is related to this `ScreenContentHistory`.
siteBySiteIdAndOrgIdSiteReads a single `Site` that is related to this `ScreenContentHistory`.