Setup Apollo server v4 with apollo gateway and graphql-modules #2473
Unanswered
ParkerTran
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have try to setup apollo server with apollo gateway and graphql-module.
This is my repo of this setup: Graphql Demo
The server is running success but problem come when call api.
My resolver
Query: { me() { return { id: '1', username: '@ava' }; }, },
The return value for API me is null. But it should return { id: ‘1’, username: ‘@ava’ }.
Could you pls take a look on this and give me an advice? Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions