• by Illniyar on 9/8/2023, 8:22:04 PM

    And on a side note, tried searching for "End-of-Life of Fauna's GraphQL API" before I posted this, and got nothing from google.

    Not a even a minute after I posted this message, google now shows "The GraphQL API will be decommissioned February 29th, 2024." in the google snippets when I search for the same phrase, linking to this post.

    Which on the one hand is damn impressive. But on the other seems a bit insane, anyone can post anything and google will just tout it out as a fact, with practically zero amount of validation aside from "someone posted it on a forum on the web."

  • by fbjork on 9/8/2023, 8:22:12 PM

    Founder of Grafbase here.

    Grafbase is a GraphQL platform with a Vercel-like DX for shipping GraphQL APIs with built-in edge caching, analytics and branching.

    We are in the process of building the Fauna connector to make it dead simple to deploy a GraphQL API from your Fauna database.

    Meanwhile, here’s an example of how to connect a Fauna database to your Grafbase project using resolvers: https://github.com/grafbase/grafbase/tree/main/examples/reso...

  • by satvikpendem on 9/8/2023, 8:47:25 PM

    Reminds me of Prisma when they moved from using GraphQL as a schema language to their own version. I'm honestly not sure why companies are using GraphQL as a schema rather than a query language at all.