Basic CRUD Operations Using Hasura GraphQL with Distributed SQL on GKE
Editor’s note: This post was updated July 20, 2020 with new Helm and YugabyteDB versions
GraphQL is an MIT-licensed project originally developed at Facebook in 2012 and open-sourced a few years later. Two popular GraphQL projects, Hasura and Apollo, have reported download numbers of 29 and 33 million, respectively. Why? Think of GraphQL as a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API,
…