Monday, June 18, 2018

A Case for GraphQL in Enterprise

DZone Database Zone
A Case for GraphQL in Enterprise
A Case for GraphQL in Enterprise

GraphQL supports dynamic queries and is type-safe. This reduces the number of APIs to be developed and allows enforcing compile-time checks on the data being requested by consumers.

It was designed to be able to seamlessly front multiple sources of data, reducing the number of complex, cross-functional API dev iterations.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...