-
Notifications
You must be signed in to change notification settings - Fork 348
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
additionalResolvers doesn't work #2868
Comments
any news? I've been dealing with the same issue |
Shouldn't resolvers be the default export? i.e. |
I think this has been fixed in the latest versions. Feel free to create a new issue with a clear reproduction on CodeSandbox or StackBlitz. Thanks! |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I just started to read documentation. And when I tried to use
additionalResolvers
I got a problem.Here there is an example how to add custom field to scheme.
To Reproduce
I created
.meshrc.yaml
and this is the resolver
Expected behavior
I expected to get count of views for first item. But in console I see that data is null.
I thought I wrote
selectionSet
wrong but I tried different values but have no results.Environment:
"dependencies": {
"@graphql-mesh/cli": "^0.39.0",
"@graphql-mesh/openapi": "^0.18.14",
"graphql": "^15.5.3",
"moment": "^2.29.1"
}
node: 14
Additional context
The text was updated successfully, but these errors were encountered: