Iha Shin (신의하)
Iha Shin (신의하)
I was working on an extension for GraphQL Hive integration and found this needed :)
This lets extensions receive and convert nonstandard requests 😋
## Description of the feature Recently, many GraphQL frameworks and libraries are adopting semantic nullability support with `@semanticNonNull`, namely [Relay](https://relay.dev/docs/next/guides/semantic-nullability/) and [Apollo Kotlin](https://www.apollographql.com/docs/kotlin/advanced/nullability/#handle-semantic-non-null-with-semanticnonnull) at the client, [Caliban](https://ghostdogpr.github.io/caliban/docs/schema.html#semanticnonnull-support) and [Grats](https://grats.capt.dev/docs/guides/strict-semantic-nullability/) at...
Related: #277 ## Tasks - [x] Port integration - [x] Port `plugin-renderer-basic` - [x] Port `plugin-renderer-web` - [x] Port `plugin-basic-ui` - [x] Port demo app - [x] Port `plugin-history-sync` -...
There are various Sentry integrations for SPA routers with tracing support, [a TanStack Router integration](https://github.com/getsentry/sentry-javascript/blob/de9cf8a30b61c652264610a31d0c8322748cb46d/packages/react/src/tanstackrouter.ts) for example. Having one for Stackflow would be very helpful for Sentry users. Since we...
- Report the full errors, not only the numbers of them - Process errors' position and associate it with field-level insights
**Blocked by https://github.com/async-graphql/async-graphql/pull/1606 to be released** ### Background Support for async-graphql was lacking. ### Description - Extract core integration functionalities from Apollo Router plugin - Add async-graphql extension for Hive...
This only happens when... - A live query is passed to `useLazyLoadQueryNode()` - The initial fetch doesn't suspend - Two components subscribe to the same query with the same operation...
Recently, create-react-app got [deprecated](https://react.dev/blog/2025/02/14/sunsetting-create-react-app). Since it makes the feature much less useful, especially considering that this project is for setting up Relay for new projects(which will happen much less due...
As an author of [Solid Relay](https://github.com/XiNiHa/solid-relay), I'd like to add support for setting up Relay in Solid projects. While I'll do the actual contribution by myself, I'm opening this issue...