You will need to complete a simple signup form (just mail and password) to get access to the GraphiQL interface, and obtain token. Make sure you copy the entire token, since it overflows its bounding box.
- Copy .env.example to .env
- Set your token as HASURA_AUTH_TOKEN=your_token (e.g. Bearer ey...)
npm install && npm start
curl -N http://localhost:9991/operations/Users
curl -N http://localhost:9991/operations/Todo
curl -N http://localhost:9991/operations/Users\?wg_sse\=true
curl -N http://localhost:9991/operations/users/get?id=1
Use https://hasura.io/learn/graphql/graphiql to add new users and todos, and explore schema.
Add new operations to the .wundergraph/operations
folder and run npm start
to see the results.
Read the Docs.
Join us on Discord!