iago
08/07/2019, 8:06 PM{ delete: true }
through an optional back-link within an update
, because it's only valid if it exists. should this be an issue?Harshit
08/08/2019, 2:05 PMiago
08/08/2019, 2:27 PMiago
08/08/2019, 2:27 PMHarshit
08/08/2019, 2:27 PMiago
08/08/2019, 2:28 PMiago
08/08/2019, 2:28 PMHarshit
08/08/2019, 2:28 PMiago
08/08/2019, 2:30 PMiago
08/08/2019, 3:14 PMtype SearchMusicbrainz {
id: ID! @id
mbidRecording: String! @unique
song: Song! @relation(link: INLINE)
}
type Song {
id: ID! @id
...
searchMusicbrainz: SearchMusicbrainz
}