You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repo linked above has a simple blazor project straight from file->new with the only addition being StrawberryShake and setting up the schema and queries. Attempting to build the project will fail. Commenting out the queries in the NotWorking.graphql file will allow the project to build successfully.
As described in the readme of that project, it seems to be generating an unexpected ">" character when fields of a specified type are used as output (works fine on input).
What is expected?
The linked project should build successfully and the correct code should be generated.
What is actually happening?
Incorrect code is generated by StrawberryShake involving an extra ">" character.
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered:
Product
Strawberry Shake
Version
13.9.14 and 14
Link to minimal reproduction
https://github.com/jimitndiaye/StrawberryShake.Testing
Steps to reproduce
The repo linked above has a simple blazor project straight from file->new with the only addition being StrawberryShake and setting up the schema and queries. Attempting to build the project will fail. Commenting out the queries in the NotWorking.graphql file will allow the project to build successfully.
As described in the readme of that project, it seems to be generating an unexpected ">" character when fields of a specified type are used as output (works fine on input).
What is expected?
The linked project should build successfully and the correct code should be generated.
What is actually happening?
Incorrect code is generated by StrawberryShake involving an extra ">" character.
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: