Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabienheureux/django-graphene-m2m


https://github.com/fabienheureux/django-graphene-m2m

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Debug graphene with m2m

1. Run `pip install -r requirements.txt` or `poetry install` in order to install dependencies
2. Run `./manage.py migrate` in `app` directory
3. Run `./manage.py runserver` in `app` directory
4. Go to graphiql [http://localhost:800n0/graphql#query=%7B%0A%20%20allProperties%20%7B%0A%20%20%20%20edges%20%7B%0A%20%20%20%20%20%20node%20%7B%0A%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20photos%20%7B%0A%20%20%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20%20%20url%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%0A][1] and hit the play button

[1]: http://localhost:800n0/graphql#query=%7B%0A%20%20allProperties%20%7B%0A%20%20%20%20edges%20%7B%0A%20%20%20%20%20%20node%20%7B%0A%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20photos%20%7B%0A%20%20%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20%20%20url%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%0A
5. Go to [silk dashboard](http://localhost:8000/silk/request/) and you can see that a request without objects in db takes a few milliseconds to run