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

Hi ! I working to make a collection of react/relay components a pure ES package to be published on npm. I have figured out that, to remove the `require` calls...

Although currently, Relay doesn't have diagnostic levels other than `error`. This PR allows `diagnosticReportConfig` to be assigned for a single-project project. It clears confusion and aligns with multi-project projects. Fixes...

CLA Signed

Tried to look for some existing tracking of this, but it would be great to see v2.1.0 of the relay extension published. It seems like currently only v1.0.2 is published...

## What did you do? I am using [msw](https://github.com/mswjs/msw) to mock the GraphQL request and return a dummy response. And to generate the correct dummy response, I am using `@raw_query_response`...

It looks like `skip` parameter of `useLazyLoadQuery` was removed at some point, and I do not see any mention of it in release notes or advice how to migrate away,...

Hi maintainers, When I designate optional field in array on graphql like below, ```typescript import { graphql } from 'relay-runtime'; export const getDataQuery = graphql` query GetDataQuery() { data() {...