We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using backticks in comments in federated services causes invalid code to be generated. (They aren't replaced thus breaking the string).
The backticks to be replaced.
See the File Upload example.
gqlgen version
go version
The text was updated successfully, but these errors were encountered:
It's pretty important to include the version when working with master. It looks like this has been already fixed, likely by #1019.
master
Sorry, something went wrong.
No branches or pull requests
What happened?
Using backticks in comments in federated services causes invalid code to be generated. (They aren't replaced thus breaking the string).
What did you expect?
The backticks to be replaced.
Minimal graphql.schema and models to reproduce
See the File Upload example.
versions
gqlgen version
?go version
?The text was updated successfully, but these errors were encountered: