graphql-platform
graphql-platform copied to clipboard
HotChocolate.ApolloFederation ArgumentParser not parsing ListValue kind
Is there an existing issue for this?
- [X] I have searched the existing issues
Product
Hot Chocolate
Describe the bug
If we have a list field that requires external resolver, even though Apollo passes data from another graph, it fails because the ReferenceResolverHelper/ArgumentParser cannot set external list type field, so it always return null.
Steps to reproduce
Relevant log output
No response
Additional Context?
No response
Version
12,13
Do you want to do a PR?