relay icon indicating copy to clipboard operation
relay copied to clipboard

Relay is a JavaScript framework for building data-driven React applications.

Results 108 relay issues
Sort by recently updated
recently updated
newest added

Depends on #4509 At the moment all diagnostic fixes are simply replacing what's under the cursor with suggestions from the diagnostic data. In order to support more complex refactorings we...

CLA Signed

Hello 👋 This is a follow up on #3889 Next13 ships with a new way to load data on the server and client: - **build in relay** support (from Next12)...

## Reporting issues with Relay `refetch({}, "network-only")` always causes React to suspend, even when inside `startTransition`. This is annoying, specially when rendering lists with `usePaginationFragment`, where you would want to...

Adds the necessary preparations to power LSP functionality inside `.graphql` files.

CLA Signed

Hi, I am seeing an issue when using `MockPayloadGenerator.generateWithDefer` to generate deferred data in list items. This happens because the `path` returned in the responses does not contain the index...

Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26. Release notes Sourced from h2's releases. v0.3.26 What's Changed Limit number of CONTINUATION frames for misbehaving connections. See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info. v0.3.25 What's...

CLA Signed
dependencies
rust

Adds go to definition support for types and directives within a `.graphql` file.

CLA Signed

Adds support for finding references to object and interface fields from within `.graphql` files. ⚠️ Depends on #4669

CLA Signed

Currently you can input any string for the `edgeTypeName` argument on the `@prependNode` and `@appendNode` directives. This change enforces that the value you supply points to an existing object type...

CLA Signed