Django RESTQL

Django RESTQL Courses

We found 0 Django RESTQL Courses
No course for this topic has been added yet..

Django RESTQL

Django RESTQL is a Python library made for Django, the library turns your Django REST Framework powered REST API into a GraphQL like API. With Django RESTQL you can send queries to your API endpoints and get back only the data you need, hence you are controlling the data you get and not the server. The package also makes it easy to work with nested resources where everything can be created or updated (mutated) from the very same endpoint.