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

`usePreloadedQuery` will log a warning if it is passed a preloaded query that was created with a different environment than the one that is currently in context. It says that...

Why does receiving a null node break the execution of the mutation? Would it be possible to just not update this node and close it but complete the mutation? When...

It looks like schema extensions are ignored on Mac, but not on Linux (x64). Is there a workaround? ## Steps to reproduce * Clone https://github.com/rbalicki2/relay-test * `yarn && yarn relay`...

Step to update `react-relay/__tests__` to use `@testing-library/react` instead of the deprecated `ReactTestRenderer`

CLA Signed

Related Loom discussing an internal PR: https://www.loom.com/share/670823d870084f7b920d368802463761 Would love to have some input from Relay's team about the best practices here. TLDR is that we want to standardize how we...

Reviving https://github.com/facebook/relay/pull/3972 into a separate PR and taking over for Terence. This mostly just copies that PR into a new one, but also does a few other fixes + Fixes...

CLA Signed

Hi! Didn't find it as an issue, so I think it would be nice to have one for tracking "Relay Entrypoints API" documentation situation. https://relay.dev/docs/en/a-guided-tour-of-relay#preloading-data-for-transitions-in-parallel-with-code-client-preloading > In order to do...

Hi, I have written some [temporary documentation](https://github.com/relay-tools/typescript-relayjs-examples/issues/1) about this feature. I am now wondering if it make sense to upstream this work into relay.dev, what do you think?

![image](https://github.com/facebook/relay/assets/162735/a6e98e73-f623-4ee7-b6e5-5e5312a2c003) Dark mode synatax theme is defined on line 463 here: https://github.com/facebook/relay/blob/main/website/docusaurus.config.js

When running the compiler with a config that contains multiple projects _all_ projects are always built. This is definitely a sane default, but it'd be nice to be able to...