Django RESTQL

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.

New Django RESTQL Tutorials
View all
  • Freddie

    Query your Django REST API like a GraphQL API with Django RESTQL

    The hype around GraphQL in recent years has been hard to ignore for any web developer. In short, GraphQL is a query language and runtime for APIs, and it has taken the web with storm. GraphQL makes it possible for front-end developers to query data from a single API endpoint and retri

    0
New Django RESTQL Podcasts
View all
New Django RESTQL Videos
View all
New Django RESTQL Questions
View all
New Django RESTQL Books
View all
New Django RESTQL Courses
View all