This API was built for one of my side broject called bucket app which helps to create and track your bucket list.
A sample query that returns bucket list ideas with category creative
query MyQuery {
ideas(where: {category: {_eq: "creative"}}) {
id,
idea
}
}
-
Built with graphql-playground-react
-
Read my blog here Building a bucket list ideas API with Hasura and GraphQL