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

Commit

Permalink
fix(MusicPlaylist): add trackItemList property
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Feb 25, 2021
1 parent f042b4c commit e4e9ebd
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: "ITEM_LIST", direction: "OUT")
}

0 comments on commit e4e9ebd

Please sign in to comment.