-
-
Notifications
You must be signed in to change notification settings - Fork 678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two mounted apollo servers (resolvers with inhertance) – second one lacks ArgsType in query #1321
Comments
Please create a minimal reproducible code example repository. |
Hey @MichalLytek |
I can reproduce and confirm the issue. It not happens when the resolver is build without inheritance (generic function). |
Describe the Bug
We are creating two schemas, 2 initializing 2 apollo servers (
apollo-server-express
), then trying to mount them on two different paths:/graphql
and/cci
To Reproduce
This example includes parts of code
As the result, second built server don't have args that are defined via
@ArgsType()
First server: args are here
Second server: no args available
The text was updated successfully, but these errors were encountered: