feat(api): expose updatedAt in watching titles
This commit is contained in:
@@ -35,6 +35,7 @@ const GetWatchingTitlesQuery = graphql(`
|
||||
id
|
||||
progress
|
||||
status
|
||||
updatedAt
|
||||
}
|
||||
nextAiringEpisode {
|
||||
timeUntilAiring
|
||||
@@ -122,6 +123,7 @@ type GetWatchingTitles = {
|
||||
| "DROPPED"
|
||||
| "PAUSED"
|
||||
| null;
|
||||
updatedAt: number;
|
||||
} | null;
|
||||
nextAiringEpisode: {
|
||||
timeUntilAiring: number;
|
||||
|
||||
Reference in New Issue
Block a user