Show HN: Try FaunaDB’s GraphQL API
FaunaDB’s cloud database is fully-managed and free to get started with, so it’s effortless to add a GraphQL backend to your app. The easiest way to get a taste of GraphQL on FaunaDB is to launch GraphQL Playground and query the sample database we’ve prepared for you. To try it out, just configure GraphQL playground to connect to the FaunaDB Cloud GraphQL API endpoint: your client to the sample database by pasting the following into the HTTP Headers in the lower left corner:
Now that you are connected, paste this into the query box and run it:
You should see a handful of todo items pop up in the results area, like in the screenshot above.
Source: fauna.com