Association
Association
The association details for each relation.
Field | Argument | Type | Description |
---|---|---|---|
orgId | UUID! | The uuid of the organization that player belong to. | |
fromCast | UUID | ||
fromScreen | UUID | ||
fromChannel | UUID | The uuid of the channel whom reference to the item. | |
fromPlaylist | UUID | The uuid of the playlist whom reference to the item. | |
fromAppInstance | UUID | ||
toCast | UUID | ||
toFile | UUID | The uuid of file that been referenced. | |
toAppInstance | UUID | The uuid of app that been referenced. | |
toPlaylist | UUID | The uuid of playlist that been referenced. | |
toChannel | UUID | The uuid of channel that been referenced. | |
toLink | UUID | The uuid of link that is referenced. | |
toCredential | UUID | ||
toSite | UUID | ||
orgByOrgId | Org | Reads a single `Org` that is related to this `Association`. | |
castByFromCastAndOrgId | Cast | Reads a single `Cast` that is related to this `Association`. | |
screenByFromScreenAndOrgId | Screen | Reads a single `Screen` that is related to this `Association`. | |
channelByFromChannelAndOrgId | Channel | Reads a single `Channel` that is related to this `Association`. | |
playlistByFromPlaylistAndOrgId | Playlist | Reads a single `Playlist` that is related to this `Association`. | |
appInstanceByFromAppInstanceAndOrgId | AppInstance | Reads a single `AppInstance` that is related to this `Association`. | |
castByToCastAndOrgId | Cast | Reads a single `Cast` that is related to this `Association`. | |
fileByToFileAndOrgId | File | Reads a single `File` that is related to this `Association`. | |
appInstanceByToAppInstanceAndOrgId | AppInstance | Reads a single `AppInstance` that is related to this `Association`. | |
playlistByToPlaylistAndOrgId | Playlist | Reads a single `Playlist` that is related to this `Association`. | |
channelByToChannelAndOrgId | Channel | Reads a single `Channel` that is related to this `Association`. | |
linkByToLinkAndOrgId | Link | Reads a single `Link` that is related to this `Association`. | |
credentialByToCredentialAndOrgId | Credential | Reads a single `Credential` that is related to this `Association`. | |
siteByToSiteAndOrgId | Site | Reads a single `Site` that is related to this `Association`. |