Let's say that I have a Relay app in which I show a movie with its reviews. The reviews are paginated using a connection. Here's how the movie fragment looks li...
In my Relay app, I am specifying the environment prop to RelayEnvironmentProvider like this: const environment = new Environment(config) <RelayEnvironmentProvid...