FetchQL
JSON →A lightweight GraphQL query client using the Fetch API for both browser and Node.js environments. Current version 3.0.0 (published 2019-10-28) adds TypeScript declaration file. Works with any fetch polyfill like node-fetch. Focuses on simplicity with built-in interceptors for request/response handling, request state callbacks, and enum type caching. Differentiates from Apollo and Relay by being minimal (no cache, no state management), ideal for small projects or when using GraphQL with vanilla fetch.
Resources
packagefetchql ↗