A lightweight (and isomorphic) GraphQL client for JavaScript ↦
GraphQL is based on a very simple HTTP transaction, which sends a request to an endpoint with
query
andvariables
. Many libraries require complex stacks to make that simple request. In any project you don’t use React, Relay, you’ll need a simpler client which manages your query and makes a simple request.
Isomorphic, in case you were wondering, means it runs both on the client and the server.
Discussion
Sign in or Join to comment or subscribe