Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #142 from trompamusic/fix/accept-music-playlist-tr…
Browse files Browse the repository at this point in the history
…ack-item-list

fix(MusicPlaylist): add trackItemList property
  • Loading branch information
ChristiaanScheermeijer authored Feb 26, 2021
2 parents 83feb44 + e5b7e7c commit 9eea4fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/schema/type/MusicPlaylist.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,6 @@ type MusicPlaylist implements SearchableInterface & ThingInterface & ProvenanceE
numTracks: Int #aggregate from track property
"https://schema.org/track"
track: MusicRecording @relation(name: "MUSIC_RECORDING", direction: "OUT")
"https://schema.org/track"
trackItemList: ItemList @relation(name: "TRACK_ITEM_LIST", direction: "OUT")
}

0 comments on commit 9eea4fe

Please sign in to comment.