orgId | UUID! | |
spaceId | UUID! | |
tagName | String | |
toFile | UUID | |
toScreen | UUID | |
toLink | UUID | |
toChannel | UUID | |
toPlaylist | UUID | |
toFolder | UUID | |
toAppInstance | UUID | |
toSite | UUID | |
orgByOrgId | Org | Reads a single `Org` that is related to this `TagAssociation`. |
spaceBySpaceId | Space | Reads a single `Space` that is related to this `TagAssociation`. |
tagByTagNameAndOrgIdAndSpaceId | Tag | Reads a single `Tag` that is related to this `TagAssociation`. |
fileByToFileAndOrgId | File | Reads a single `File` that is related to this `TagAssociation`. |
screenByToScreenAndOrgId | Screen | Reads a single `Screen` that is related to this `TagAssociation`. |
linkByToLinkAndOrgId | Link | Reads a single `Link` that is related to this `TagAssociation`. |
channelByToChannelAndOrgId | Channel | Reads a single `Channel` that is related to this `TagAssociation`. |
playlistByToPlaylistAndOrgId | Playlist | Reads a single `Playlist` that is related to this `TagAssociation`. |
folderByToFolderAndOrgId | Folder | Reads a single `Folder` that is related to this `TagAssociation`. |
appInstanceByToAppInstanceAndOrgId | AppInstance | Reads a single `AppInstance` that is related to this `TagAssociation`. |
siteByToSiteAndOrgId | Site | Reads a single `Site` that is related to this `TagAssociation`. |