- Run
pip install -r requirements.txt
orpoetry install
in order to install dependencies - Run
./manage.py migrate
inapp
directory - Run
./manage.py runserver
inapp
directory - 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 and hit the play button
5. Go to silk dashboard and you can see that a request without objects in db takes a few milliseconds to run