Get started with Graphene-Django
mainGraphene-Django is an abstraction layer built on top of Graphene designed to simplify adding GraphQL functionality to Django projects.
To begin using Graphene-Django, follow these steps:
- Follow the Installation guide to set up your environment.
- Complete the Basic Tutorial to understand the core workflow.
- Familiarize yourself with the core
Grapheneutilities (the base library) to understand basic GraphQL concepts.
If your goal is to expose Django data through GraphQL, focus on the Installation, Schema, and Queries documentation sections.