GraphQL Hasura subscriptions Example
Configuration
- Go to: https://hasura.io/learn/graphql/graphiql
You will need to complete a simple signup form (just mail and password) to get access to the GraphiQL interface, and obtain an access token.
- Set the authorization header, using the token you obtained from the previous step, replace
Secret
with your token:
1
2
3
4
5
6
Getting started
1
Check results
1
1
SSE output
1
Playground
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.
Learn more
Deploy to WunderGraph Cloud
The easiest way to deploy your WunderGraph app is to use WunderGraph Cloud.