GraphQL

From Organic Design wiki
Revision as of 19:19, 10 February 2021 by Saul (talk | contribs) (GraphQL and Apollo)
(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.

Apollo

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

Vue