HomeServicesOfAmerica / moleculer-graphql

[Archived] GraphQL Schema stitching over a microservice network for co-located type definitions.
GNU General Public License v3.0
48 stars 17 forks source link

[FEATURE REQUEST]: Add option to include GraphiQL IDE #11

Open go4cas opened 6 years ago

go4cas commented 6 years ago

The GraphiQL IDE is a great tool for testing GraphQL queries. Could this be included as an option when creating/starting the service?

brad-decker commented 6 years ago

I think this is best left to userland. This library doesn't make assumptions about how the graphql schema will be consumed from the web, so it wouldn't be too hard to add graphiql and use the schema generated by the service (it can be accessed from the gateway instance).