OBJECT

SoundtrackSummary

A summary describing the soundtrack

link GraphQL Schema definition

  • type SoundtrackSummary {
  • # Samples of tracks that well represent the overall sound of the soundtrack
  • #
  • # Arguments
  • # after: [Not documented]
  • # before: [Not documented]
  • # first: [Not documented]
  • # last: [Not documented]
  • featuredSongs(after: String, before: String, first: Int, last: Int): TrackConnection
  • }