Playlist
Playlist
The playlist information.
| 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 | UUID! | The uuid of the playlist. | |
| orgId | UUID! | The uuid of the organization that playlist belong to. | |
| spaceId | UUID! | The uuid of the space that playlist belong to. | |
| name | String! | The name of the playlist. | |
| content | JSON | The information of the content structure in the playlist. | |
| color | String! | The color of the playlist. | |
| tags | [String]! | ||
| isPublished | Boolean | ||
| draftOf | UUID | The uuid of the published playlist of this playlist. | |
| createdAt | Datetime | ||
| updatedAt | Datetime | ||
| publishedAt | Datetime | ||
| createdBy | UUID | ||
| updatedBy | UUID | ||
| publishedBy | UUID | ||
| isEmbedEnabled | Boolean! | Indicate embed is enabled | |
| isEmbedPublic | Boolean! | Indicate embed is public | |
| isShared | Boolean | ||
| isSharedExplicit | Boolean | ||
| isSharedAll | Boolean | ||
| isEnabled | Boolean | ||
| orgByOrgId | Org | Reads a single `Org` that is related to this `Playlist`. | |
| spaceBySpaceId | Space | Reads a single `Space` that is related to this `Playlist`. | |
| playlistByDraftOf | Playlist | Reads a single `Playlist` that is related to this `Playlist`. | |
| userByCreatedBy | User | Reads a single `User` that is related to this `Playlist`. | |
| userByUpdatedBy | User | Reads a single `User` that is related to this `Playlist`. | |
| userByPublishedBy | User | Reads a single `User` that is related to this `Playlist`. | |
| playlistsByDraftOf | PlaylistsConnection! | Reads and enables pagination through a set of `Playlist`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [PlaylistsOrderBy!] | The method to use when ordering `Playlist`. | |
| condition | PlaylistCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | PlaylistFilter | A filter to be used in determining which values should be returned by the collection. | |
| favoritesByPlaylistId | FavoritesConnection! | Reads and enables pagination through a set of `Favorite`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [FavoritesOrderBy!] | The method to use when ordering `Favorite`. | |
| condition | FavoriteCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | FavoriteFilter | A filter to be used in determining which values should be returned by the collection. | |
| favoritesByPlaylistIdAndOrgId | FavoritesConnection! | Reads and enables pagination through a set of `Favorite`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [FavoritesOrderBy!] | The method to use when ordering `Favorite`. | |
| condition | FavoriteCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | FavoriteFilter | A filter to be used in determining which values should be returned by the collection. | |
| screenContentHistoriesByPlaylistIdAndOrgId | ScreenContentHistoriesConnection! | Reads and enables pagination through a set of `ScreenContentHistory`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [ScreenContentHistoriesOrderBy!] | The method to use when ordering `ScreenContentHistory`. | |
| condition | ScreenContentHistoryCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | ScreenContentHistoryFilter | A filter to be used in determining which values should be returned by the collection. | |
| associationsByFromPlaylistAndOrgId | AssociationsConnection! | Reads and enables pagination through a set of `Association`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [AssociationsOrderBy!] | The method to use when ordering `Association`. | |
| condition | AssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | AssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
| associationsByToPlaylistAndOrgId | AssociationsConnection! | Reads and enables pagination through a set of `Association`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [AssociationsOrderBy!] | The method to use when ordering `Association`. | |
| condition | AssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | AssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
| embedsByPlaylistId | EmbedsConnection! | Reads and enables pagination through a set of `Embed`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [EmbedsOrderBy!] | The method to use when ordering `Embed`. | |
| condition | EmbedCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | EmbedFilter | A filter to be used in determining which values should be returned by the collection. | |
| shareAssociationsBySharePlaylist | ShareAssociationsConnection! | Reads and enables pagination through a set of `ShareAssociation`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [ShareAssociationsOrderBy!] | The method to use when ordering `ShareAssociation`. | |
| condition | ShareAssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | ShareAssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
| shareAssociationsBySharePlaylistAndOrgId | ShareAssociationsConnection! | Reads and enables pagination through a set of `ShareAssociation`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [ShareAssociationsOrderBy!] | The method to use when ordering `ShareAssociation`. | |
| condition | ShareAssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | ShareAssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
| tagAssociationsByToPlaylistAndOrgId | TagAssociationsConnection! | Reads and enables pagination through a set of `TagAssociation`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [TagAssociationsOrderBy!] | The method to use when ordering `TagAssociation`. | |
| condition | TagAssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | TagAssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
| appInstancesByPlaylistId | AppInstancesConnection! | Get apps that contained in a playlist. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| castedScreenByPlaylistId | ScreensConnection! | Get casted screen(s) by playlist's id. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| draft | Playlist | Helper function for return draft version of a playlist. | |
| filesByPlaylistId | FilesConnection! | Get files that contained in a playlist. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| isFavorite | Boolean | Return favorite status of a playlist. | |
| linksByPlaylistId | LinksConnection! | Get files that contained in a playlist. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| playlistsByPlaylistId | PlaylistsConnection! | Get playlists that contained in a playlist. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| published | Playlist | Helper function for return published version of a playlist. | |
| sharedSpacesByPlaylistId | SpacesConnection! | Spaces that currently got shared access to the playlist. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| shortId | String | shortId for embeding | |
| sitesByPlaylistId | SitesConnection! | Get Sites that are contained in a playlist. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |