<!--**Issue Labels** While not necessary, you can help organize our issues by labeling this issue when you open it. To add a label automatically, simply [x] mark the appropriate box below: - [ ] has-reproduction - [x] feature - [ ] docs - [ ] blocking - [ ] good first issue To add a label not listed above, simply place `/label another-label-name` on a line by itself. --> - [x] feature on v1, we could do something like this: ``` router.all( '/graphiql', graphiqlKoa({ endpointURL: '/graphql', subscriptionsEndpoint: `ws://localhost:${process.env.GRAPHQL_PORT}/subscriptions`, }), ); ``` how can we do the same on v2?
on v1, we could do something like this:
how can we do the same on v2?