Skip to content

Commit e1bc803

Browse files
committed
feat(episode): add more metadata
1 parent 2ba1c25 commit e1bc803

2 files changed

Lines changed: 1431 additions & 0 deletions

File tree

bccm_core/lib/src/features/graphql/queries/episode.graphql

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,34 @@ fragment PlayableMediaItem on MediaItem {
171171

172172
fragment EpisodeDetails on Episode {
173173
id
174+
description
174175
publishDate
175176
availableFrom
176177
availableTo
177178
ageRating
178179
audioLanguages
180+
contributors {
181+
person {
182+
name
183+
}
184+
contributionTypes
185+
}
186+
songs {
187+
id
188+
title
189+
collection {
190+
title
191+
}
192+
contributors {
193+
person {
194+
name
195+
}
196+
contributionTypes
197+
}
198+
}
199+
copyrightHolder {
200+
name
201+
}
179202
season {
180203
show {
181204
description

0 commit comments

Comments
 (0)