Discover what web technologies do and how they're used all in one place!
A query language for APIs and a runtime for executing those queries, developed by Facebook (Meta). Allows clients to request exactly the data they need, nothing more, nothing less. Features a strong type system, introspection capabilities, and a single endpoint for all data operations. Enables efficient data fetching, reduces over-fetching and under-fetching problems common with REST. Powers APIs for companies like GitHub, Shopify, and Pinterest. Provides a more flexible and efficient alternative to traditional REST APIs.