What is GraphQL (Graph Query Language)?

About

GraphQL is a graph-based, schema-based, SQL-like query language where

  • returns a tree of data (json objects)
  • that should match a front-end view,
  • regardless of where that data was pulled from.

GraphQL is intended to be a replacement for REST APIs and soap api

It covers:

  • tree-based read-queries,
  • mutations for updates
  • and subscriptions for live updates.

Components

GraphQL consists of:

Cdn

https://cdnjs.com/libraries/graphiql

Documentation / Reference





Discover More
Web - (Web Service|Webservice)

A Web service is a set of functions packaged into a single application programming interface (API) that is available to other systems on a network. The term Web Service generally refers to clients (consumers)...



Share this page:
Follow us:
Task Runner