RemoveFavoritePlaylistPayload
RemoveFavoritePlaylistPayload
The output of our removeFavoritePlaylist mutation.
| Field | Argument | Type | Description |
|---|---|---|---|
| clientMutationId | String | The exact same `clientMutationId` that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations. | |
| favorite | Favorite | ||
| query | Query | Our root query field type. Allows us to run any query from our mutation payload. | |
| 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`. | |
| favoriteEdge | FavoritesEdge | An edge for our `Favorite`. May be used by Relay 1. | |
| orderBy | [FavoritesOrderBy!] | The method to use when ordering `Favorite`. | |