You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hallo @JohnEstropia
I'am trying this library that seems great, i want to ask about how add / update unique object
for example i have 2 object FlightBookingInfo has one FlightBookingDetail, i want to update FlightBookingInfo and also FlightBookingDetail from my json that i got from the API, i can add or update FlightBookingInfo but FlightBookingDetail value is inserted instead of update existing value that has relationship to FlightBookingInfo
May i know how to update FlightBookingDetail from json, without fetching it first from database?
Hallo @JohnEstropia
I'am trying this library that seems great, i want to ask about how add / update unique object
for example i have 2 object
FlightBookingInfo
has oneFlightBookingDetail
, i want to update FlightBookingInfo and also FlightBookingDetail from my json that i got from the API, i can add or updateFlightBookingInfo
butFlightBookingDetail
value is inserted instead of update existing value that has relationship toFlightBookingInfo
May i know how to update FlightBookingDetail from json, without fetching it first from database?
FlightBookingInfo
FlightBookingDetail
Here is how i add/update the data
The text was updated successfully, but these errors were encountered: