Learning GraphQL
Course completed on 2020-06-06
Data-driven applications depend on remote queries that run through APIs. For years, web services have provided basic support for simple query structures. Those services, however, often constrained developers who needed more granular approaches that provided flexibility without creating a huge collection of unnecessary calls. GraphQL—a query language for APIs that was originally built by Facebook—allows developers to choose the kinds of requests they want to make, and receive information on multiple facets of that query in one request. The GraphQL approach to querying across networks can address a wide variety of large-scale development problems.
© 2020 AaronMqz Built with