graphql-react icon indicating copy to clipboard operation
graphql-react copied to clipboard

A GraphQL client for React using modern context and hooks APIs that is lightweight (< 4 kB) but powerful; the first Relay and Apollo alternative with server side rendering.

Results 2 graphql-react issues
Sort by recently updated
recently updated
newest added

I’ll be using a go library for the server and I was not sure if this library supported [automatic persisted queries](https://gqlgen.com/reference/apq/) If so, how do I use this functionality?

enhancement

Great library, and mostly fits my design goals. Really like the hash-based cache choice, easiness of having non-singleton configuration, and most of all library size. I was wondering if you...

enhancement