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 startcurl -N http://localhost:9991/operations/Userscurl -N http://localhost:9991/operations/Todo curl -N http://localhost:9991/operations/Users\?wg_sse\=truecurl -N http://localhost:9991/operations/users/get?id=1Use 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!