-
Notifications
You must be signed in to change notification settings - Fork 40
GraphQL
GraphQL is a query language for APIs and a runtime for fulfilling the queries with your existing data. Developers are increasingly adopting GraphQL for its flexibility and ease of use. It provides a single endpoint for all data exchange, prevents over- or under-fetching of data, and lets developers make one API call that seamlessly aggregates data from multiple apps and services.
https://www.apollographql.com/blog/graphql/basics/graphql-vs-rest/
https://cloud.google.com/blog/products/api-management/interacting-with-apis-rest-and-graphql
https://cloud.google.com/blog/products/api-management/how-to-manage-graphql-apis-in-apigee
https://www.apollographql.com/docs/apollo-server/
https://www.graphile.org/postgraphile/
https://cresta.com/blog/graphql-for-the-react-redux-developer/