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

Commit

Permalink
chore(MusicPlaylist): rename relation name to be more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Feb 26, 2021
1 parent e4e9ebd commit e5b7e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/type/MusicPlaylist.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,5 @@ type MusicPlaylist implements SearchableInterface & ThingInterface & ProvenanceE
"https://schema.org/track"
track: MusicRecording @relation(name: "MUSIC_RECORDING", direction: "OUT")
"https://schema.org/track"
trackItemList: ItemList @relation(name: "ITEM_LIST", direction: "OUT")
trackItemList: ItemList @relation(name: "TRACK_ITEM_LIST", direction: "OUT")
}

0 comments on commit e5b7e7c

Please sign in to comment.