How to get started with GraphQL
- Written by J D
- Published in News
- Hits: 181
GraphQL, developed by Facebook and released as an open standard for all to use, provides a way to create and consume web-based APIs that is designed to be an alternative to REST APIs. With GraphQL, queries and returned data use formal schemas and a type system to guarantee consistency.
(Insider Story)