GraphQL

From Organic Design wiki
Revision as of 04:04, 25 February 2021 by Saul (talk | contribs) (Add graphqurl, add note on apollo v4 state.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

GraphQL is a query language for API's that uses a single endpoint and solves the under/over fetching problems. GraphQL can be useful for larger more complicated applications due to it's simple system for retrieving parts of data and the required interconnected parts.

graphqurl

Apollo

Apollo is a popular platform that implements GraphQL with modules for both the client side and server side.

Vue

Note this isn't work with Vue 3 properly despite what it says - best wait for a full release of V4 before using it.