Friday, August 26, 2016

What is GraphQL

What is GraphQL

GraphQL is a query language and runtime that can provide a common interface between client and server applications for fetching and manipulating data. Query responses are decided by the client rather than the server. A GraphQL query returns exactly what a client asks for and no more. A GraphQL query itself is a hierarchical set of fields. The query is shaped just like the data it returns. It is a natural way for product engineers to describe data requirements. 

No comments:

Post a Comment