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
Strawberry Shake
14.3.0
N/A
Point StrawberryShake at a schema like: `input InsuranceUpdate { ... "The back of the insurance card" insurance_card_back: Upload
"The front of the insurance card" insurance_card_front: Upload ... }`
Valid C# is generated.
error CS0128: A local variable or function named 'u' is already defined in this scope
PR incoming.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Product
Strawberry Shake
Version
14.3.0
Link to minimal reproduction
N/A
Steps to reproduce
Point StrawberryShake at a schema like:
`input InsuranceUpdate {
...
"The back of the insurance card"
insurance_card_back: Upload
"The front of the insurance card"
insurance_card_front: Upload
...
}`
What is expected?
Valid C# is generated.
What is actually happening?
error CS0128: A local variable or function named 'u' is already defined in this scope
Relevant log output
Additional context
PR incoming.
The text was updated successfully, but these errors were encountered: