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

🎣 Minimal hooks-first GraphQL client

Results 31 graphql-hooks issues
Sort by recently updated
recently updated
newest added

### Package `graphql-hooks` ### Environment - `graphql-hooks` version: 5.11.4 - `react` version: 18.2 - Browser: chrome ### Description using useContext to get the client ### How to reproduce ```jsx import...

bug

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.54 to 0.15.2. Release notes Sourced from esbuild's releases. v0.15.2 Fix Yarn PnP issue with packages containing index.js (#2455, #2461) Yarn PnP's tests require the resolved paths...

dependencies
javascript

Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 8.1.0 to 9.0.0. Release notes Sourced from pino-pretty's releases. v9.0.0 What's Changed Line simplification for development by @​mcollina in pinojs/pino-pretty#366 Full Changelog: https://github.com/pinojs/pino-pretty/compare/v8.1.0...v9.0.0 Commits dab76bc Bumped v9.0.0...

dependencies
javascript

I'm not sure if such thing is possible right now. There's nothing on the docs about it. I found this issue, on where an `updateCache` method is proposed, but seems...

feature
Stale

Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 7.0.0 to 8.1.0. Release notes Sourced from @​fastify/cors's releases. v8.1.0 What's Changed docs: update link to fastify 1.x compatible version by @​is2ei in fastify/fastify-cors#202 ci: migrate to...

dependencies
javascript

Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 10.4.0. Release notes Sourced from cypress's releases. v10.4.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-4-0 v10.3.1 Changelog: https://docs.cypress.io/guides/references/changelog#10-3-1 v10.3.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-3-0 v10.2.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-2-0 v10.1.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-1-0 v10.0.3 Changelog: https://docs.cypress.io/guides/references/changelog#10-0-3...

dependencies
javascript

Bumps [fastify](https://github.com/fastify/fastify) from 3.29.0 to 4.2.0. Release notes Sourced from fastify's releases. v4.2.0 What's Changed docs: add @​h4ad/serverless-adapter to ecosystem by @​H4ad in fastify/fastify#4056 feat: make sure all validation errors...

dependencies
javascript

### Pending commits since release [[email protected]](https://github.com/nearform/graphql-hooks/releases/tag/typescript-example%402.9.4) Unreleased commits have been found which are pending release, please publish the changes. * [a04401e](https://github.com/nearform/graphql-hooks/commit/a04401ecfe0057b742d06ec376a15bb5857be85b) chore(deps-dev): Bump pino-pretty from 7.6.1 to 8.1.0 (#882) *...

notify-release

The usage of Lerna in the repository has lead to some difficult/unstable dependency issues that have become problematic to resolve (See: https://github.com/nearform/graphql-hooks/issues/735). We would like to change the repository to...

### Description I tried to see if there is anything in the docs about this, but didn't find it. Apollo has functionality for defining local only state via [schema extensions](https://www.apollographql.com/docs/react/local-state/client-side-schema/)...

feature