Skip to content

Graph API

[/ɡræf eɪ piː aɪ/]

nounTechnology#api#graph#query#data
0 views1 definitions

Definitions

1
+1111

An API that exposes data as a graph of interconnected nodes and edges, allowing clients to traverse relationships and fetch exactly the data they need in a single request. GraphQL is the most common implementation, replacing multiple REST endpoints with a flexible query language.

The graph API let the client fetch a user, their posts, and each post's comments in one request instead of four.
by @devbuilder1/1/1970

Related Terms

Related terms are generated only from public tags, classes, translations, and explicit relationships. No unavailable semantic relationships are fabricated.