What is GraphQL? Better APIs by design
When most software developers think of web APIs, we think of REST, or Representational State Transfer. With REST, you send a request to a request-specific URL and receive the results in whatever format makes sense for the application. Meta’s web API system, GraphQL, is a different kind of API. With GraphQL, developers use a strongly…