@vince I found out what I was doing wrong. I was passing the result list of query to the serializer, instead of just the single object.
So I pass something like resultList[0]
, and it works perfectly!
Thank you for your help
@vince I found out what I was doing wrong. I was passing the result list of query to the serializer, instead of just the single object.
So I pass something like resultList[0]
, and it works perfectly!
Thank you for your help