GraphQL
WebTerm Overview
Term
GraphQL
Category
Web
Related Terms
4
Definition
A query language and runtime for APIs developed by Meta that allows clients to request exactly the data they need in a single request. Unlike REST, GraphQL uses a single endpoint with a typed schema.
Web