relayjs / relay-devtools

Relay Development Tools
MIT License
147 stars 30 forks source link

Switch from mock env to in browser network #50

Closed kassens closed 5 years ago

kassens commented 5 years ago

This implements a GraphQL server that can run directly next to the app and resolve "network requests" using the graphql-js server running with the app.

This allows us to observe the requests the test app makes for the debugger.

alunyov commented 5 years ago

Cool!