graphql-fetch

JSON →
library 1.0.1 ·javascript maintenance
verified Jun 7, 2026
api

Thin GraphQL client powered by fetch. Current stable version 1.0.1 (last released in 2016). Very minimal wrapper around fetch that sends POST requests with JSON body. No built-in caching, batching, or subscriptions. Different from Apollo Client or urql in that it offers zero abstraction over HTTP—just a convenience function. Ideal for simple use cases where you want to avoid heavy dependencies. Low release cadence; not actively maintained.