-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
GraphQL queries returning Collection.class are broken in native mode #15571
Comments
/cc @phillip-kruger |
jmartisk
changed the title
GraphQL querying broken in native mode
GraphQL queries returning collections are broken in native mode
Mar 9, 2021
jmartisk
changed the title
GraphQL queries returning collections are broken in native mode
GraphQL queries returning Collection.class are broken in native mode
Mar 9, 2021
This was referenced Mar 12, 2021
Merged
This was referenced Mar 12, 2021
Merged
Closed
Merged
Merged
Merged
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any time I attempt to perform a GraphQL query returning a
Collection<Something>
(it works correctly withList<Something>
) against Quarkus in native mode, I get thisThe text was updated successfully, but these errors were encountered: