Embed
Embed
@omit/nLook up table for embed content
| 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 | BigInt! | ||
| shortId | String! | ||
| orgId | UUID! | ||
| channelId | UUID | ||
| playlistId | UUID | ||
| cover | JSON! | ||
| orgByOrgId | Org | Reads a single `Org` that is related to this `Embed`. | |
| channelByChannelId | Channel | Reads a single `Channel` that is related to this `Embed`. | |
| playlistByPlaylistId | Playlist | Reads a single `Playlist` that is related to this `Embed`. | |