Zaid-Ajaj / Snowflaqe

A dotnet CLI to generate type-safe GraphQL clients for F# and Fable with automatic deserialization, static query verification and type checking
MIT License
154 stars 25 forks source link

Escape reserved keywords with backticks #85

Closed etareduction closed 1 year ago

etareduction commented 1 year ago

Usage of reserved keywords like constraint as identifier produces compiler warnings, they should be somehow escaped too.

Zaid-Ajaj commented 1 year ago

Can you please provide an example schema and query for me to debug? 🙏

etareduction commented 1 year ago

@Zaid-Ajaj

Can you please provide an example schema and query for me to debug? 🙏

Implemented it in #86, you might add some other tests if necessary.