react-relay-network-layer icon indicating copy to clipboard operation
react-relay-network-layer copied to clipboard

ReactRelayNetworkLayer with middlewares and query batching for Relay Classic.

Results 9 react-relay-network-layer issues
Sort by recently updated
recently updated
newest added

Hi, I believe https://github.com/relay-tools/react-relay-network-layer/commit/84b33615131721928333f6bede1bacaa6c6e4093#diff-98bf0f0a5018817161c912b3742e1b02R17 should make `credentials` an optional property in Flow. See the following Flow error I'm getting in my repo. Happy to submit a pull request if you...

I am trying to use JWT for user authentication. The client is a React application with Relay. It is talking to a Rails backend through endpoints served by GraphQL.From the...

In case of server side rendering, i want to forward a particular header (Cookie) from the express request to the (fetch) req object (the one received by middleware). How can...

I've tried to use network layer to redirect user to user page if status code is 401, but I dont know how to make redirect from callback: ```javascript import {...

In the meantime, is there a way to integrate this library with https://github.com/edvinerikson/relay-subscriptions ?

help wanted

Following #30, I think this module could provide just its core feature (support client-side middlewares for a Relay Network Layer) and then provide the built-ins middlewares as separated packages. It...

discussion

1. It doesn't really belong to the network layer. It's just a mean to support the "batching protocol" that should be separated from the rest. 1. Not everybody use `express`....

3.0.0

I'm trying to implement DataLoader which batches together underlying database queries within a single request. I'm looking towards react-relay-network-layer to assist with the batching of GraphQL queries into a single...

depend on 3rd-party module

I want to set the auth token after login/register process using the token received is it possible? do u have an example?

discussion