Favorite
Favorite
The favorite folders and files by each user.
Field | Argument | Type | Description |
---|---|---|---|
orgId | UUID! | The uuid of the organization that player belong to. | |
spaceId | UUID! | ||
fileId | UUID | The uuid of the file that user added favorite. | |
folderId | UUID | The uuid of the folder that user added favorite. | |
playlistId | UUID | The uuid of the playlist that user added favorite. | |
linkId | UUID | The uuid of the link that user added favorite. | |
userId | UUID! | The uuid of the user whom added favorite. | |
siteId | UUID | The uuid of the site that user added favorite. | |
orgByOrgId | Org | Reads a single `Org` that is related to this `Favorite`. | |
spaceBySpaceId | Space | Reads a single `Space` that is related to this `Favorite`. | |
fileByFileId | File | Reads a single `File` that is related to this `Favorite`. | |
fileByFileIdAndOrgId | File | Reads a single `File` that is related to this `Favorite`. | |
folderByFolderId | Folder | Reads a single `Folder` that is related to this `Favorite`. | |
folderByFolderIdAndOrgId | Folder | Reads a single `Folder` that is related to this `Favorite`. | |
playlistByPlaylistId | Playlist | Reads a single `Playlist` that is related to this `Favorite`. | |
playlistByPlaylistIdAndOrgId | Playlist | Reads a single `Playlist` that is related to this `Favorite`. | |
linkByLinkId | Link | Reads a single `Link` that is related to this `Favorite`. | |
linkByLinkIdAndOrgId | Link | Reads a single `Link` that is related to this `Favorite`. | |
userByUserId | User | Reads a single `User` that is related to this `Favorite`. | |
userByUserIdAndOrgId | User | Reads a single `User` that is related to this `Favorite`. | |
siteBySiteId | Site | Reads a single `Site` that is related to this `Favorite`. | |
siteBySiteIdAndOrgId | Site | Reads a single `Site` that is related to this `Favorite`. |