relayjs / relay-examples

A collection of sample Relay applications
MIT License
1.14k stars 430 forks source link

Add GraphiQL route to app to let users experiment with test queries #273

Closed ernieturner closed 1 year ago

ernieturner commented 1 year ago

Adds the GraphiQL playground UI to the /playground route when running the newsfeed app locally. Nothing fancy so far with plugins or anything, but works well in terms of pulling schema docs.

Screenshot 2023-01-13 at 10 56 37 AM

ernieturner commented 1 year ago

@davidmccabe Just a heads up about this addition