Skip to content

deployment

Christina Ludwig edited this page May 14, 2023 · 1 revision

Backend

Check if backend is running: curl -g -X POST -H "Content-Type: application/json" -d '{"query":"query{me {username}}"}' localhost:8001/graphql/

Clone this wiki locally