Zhiqiang Bian
11/01/2021, 6:16 PMto-one
or to-many
https://jsonapi.org/format/#crud-updating-relationships. It means that the value of data
can be either an object (to-one) or an array of objects (to-many). Is there a way to deserialise `data`into either line 92 or 93?Emil Kantis
11/01/2021, 7:15 PM