Tag

#GraphQL

2 matching blog articles with repeat coverage under this topic.

Browse nearby All tagsBlog archive

Tag wiki

#GraphQL is a query language for APIs used directly in these articles.

Definition

GraphQL is a query language and runtime for APIs that lets clients request exactly the data they need, reducing over-fetching and under-fetching.

Why it matters

It matters when API flexibility, minimal data transfer, or strong typing are important.

In this archive

In this archive GraphQL appears in API design, schema, queries, mutations, and decisions about using GraphQL vs. REST. It currently appears across 1 category, mainly Development.

Often appears with