← Back to Home
G

GraphQL

coding-development4.7/5.0

Description

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more.

Key Features

  • Declarative data fetching
  • Single endpoint
  • Strongly typed schema
  • Introspective
  • Real-time with subscriptions

Use Cases

  • Complex data requirements
  • Mobile applications
  • Microservices architecture
  • Real-time applications
  • API aggregation

Pricing Model

Free and open source

Integrations

Apollo, Relay, React, Node.js, Prisma

Target Audience

API developers, Frontend developers, Mobile developers, Full-stack developers, Product teams

Launch Date

2015

Available On

Server, Client