16 lines
202 B
GraphQL
16 lines
202 B
GraphQL
query getLibraryTVShows {
|
|
tvShows: getTVShows {
|
|
id
|
|
tmdbId
|
|
title
|
|
originalTitle
|
|
posterPath
|
|
runtime
|
|
overview
|
|
voteAverage
|
|
releaseDate
|
|
createdAt
|
|
updatedAt
|
|
}
|
|
}
|