Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Bundle GraphiQL with the starter kit #22

Closed
wants to merge 2 commits into from

Conversation

fson
Copy link
Contributor

@fson fson commented Aug 29, 2015

Make the experience of starting with Relay and GraphQL smoother by including GraphiQL in the development server out of the box.

GraphiQL is installed as a dev dependency and can be accessed on http://localhost:3000/graphiql

Note: npm currently complains about the React peer dependency. This is going to be fixed by graphql/graphiql#14

fson added 2 commits August 29, 2015 22:46
`npm install` was failing because express-graphql depended on an
older version of graphql-js:
"EPEERINVALID express-graphql@0.1.1 requires a peer of graphql@~0.2.6
but none was installed."
Make the experience of starting with Relay and GraphQL smoother by
including GraphiQL in the development server out of the box.
@steveluscher
Copy link
Contributor

@leebyron, are you thinking of baking this into express-graphql?

@leebyron
Copy link

leebyron commented Sep 2, 2015

Yeah, it would be nice to integrate this into express-graphql. @dschafer and I discussed this earlier today in fact. There are some challenges, but I'll investigate it later this week.

@steveluscher
Copy link
Contributor

I'd love an update on this @leebyron. What's the current thinking?

@leebyron
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants