graphsiql icon indicating copy to clipboard operation
graphsiql copied to clipboard

Integration with apollo graphiqlExpress?

Open FredericLatour opened this issue 7 years ago • 0 comments

I guess that's not easy to integrate with Express and graphiqlExpress

// The GraphQL endpoint
app.use('/graphql', bodyParser.json(), graphqlExpress({schema}));

// GraphiQL, a visual editor for queries
app.use('/graphiql', graphiqlExpress({ endpointURL: '/graphql',  }));

Any idea?

FredericLatour avatar May 03 '18 16:05 FredericLatour