Skip to content
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

generating Java types failed with $ in graphql schema comment on interface #694

Open
zlishaojiez opened this issue May 28, 2024 · 0 comments

Comments

@zlishaojiez
Copy link

zlishaojiez commented May 28, 2024

With code gen 6.2.1, java 17, springboot 3.1.12
I got the issue "Cause: index 1 for '$t' not in range (received 0 arguments)" when the comment with "$" in the interface schema

type Query {
people: [Person]
}

interface Person {
"""
$test
"""
name: String
}

@zlishaojiez zlishaojiez changed the title generating Java types failed with $ in graphql schema comment on interface bug: generating Java types failed with $ in graphql schema comment on interface May 28, 2024
@zlishaojiez zlishaojiez changed the title bug: generating Java types failed with $ in graphql schema comment on interface generating Java types failed with $ in graphql schema comment on interface May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant