Difference between revisions of "GraphQL"

From Organic Design wiki
(GraphQL and Apollo)
(No difference)

Revision as of 19:19, 10 February 2021

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