- Deepak Shevani works at Microsoft for the Azure group and recently became interested in GraphQL.
- GraphQL was created by Facebook in 2015 to improve client-server communication when rebuilding their native mobile apps. It defines a query language and provides a server-side runtime to fetch the desired data.
- GraphQL allows clients to get precisely the data they need through queries, reducing over- and under-fetching of data compared to REST APIs.