yezyilomo / django-restql

Turn your API made with Django REST Framework(DRF) into a GraphQL like API.
https://yezyilomo.github.io/django-restql
MIT License
616 stars 43 forks source link

How to make a mutilple viewset query ? #124

Closed lyroge closed 4 years ago

lyroge commented 4 years ago

How to make a mutilple viewset query ?

yezyilomo commented 4 years ago

Currently Django RESTQL does not support this, but if you have any ideas on how we can implement it you are very welcome to contribute.

lyroge commented 4 years ago

Currently Django RESTQL does not support this, but if you have any ideas on how we can implement it you are very welcome to contribute.

ok

ashleyredzko commented 4 years ago

@lyroge Just to be clear, are you talking about using one serializer or using multiple serializers in a view? Are you building out the return value manually in the view and skipping the serializer?

ashleyredzko commented 4 years ago

Closing this issue. This might be a possible feature in the future, but we'd need to iron out how we should support it and scope of how useful it might be.