-
Notifications
You must be signed in to change notification settings - Fork 174
Integrating with Apollo Server #133
Comments
@ghiblin - please post some code. Hard to diagnose without it. |
I've defined a basic apollo server:
then in Any ideas? |
I found a solution with a monkey patch: in entry/server.tsx I check for ctx.path
In this way I can access to apollo server playground on |
I'm trying to use the koa context in GraphQL, but it doesn't pass through even with context: ({ ctx }:any) => ctx, in ApolloServer option. |
Hi,
I'd like to integrate ReactQL Koa Server with an Apollo Server.
I've tried to setup a middleware ad described in the server documentation just before the router middleware in the
/src/runner/app.ts
file, but that does not work.Any ideas?
Thank you
The text was updated successfully, but these errors were encountered: