- Setup the project using the instructions from https://django-superapp.bringes.io/
- Setup
graphql
app using the below instructions:
cd my_superapp;
cd superapp/apps;
django_superapp bootstrap-app \
--template-repo https://github.com/django-superapp/django-superapp-graphql ./graphql;
cd ../../;
- The created
graphql
app will search forgraphql
folder in each installed apps and it will expose them as GraphQL APIs.
- for example, you can copy
./sample_graphql
folder in your app and then start by updating it based on your requirements
- The documentation on how to configure the graphql app is available at https://strawberry.rocks/docs/django