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
157 stars 26 forks source link

Query using unions not being validated correctly even though it works #42

Closed Zaid-Ajaj closed 3 years ago

Zaid-Ajaj commented 3 years ago

Schema https://gist.github.com/Zaid-Ajaj/f55653722cf5424c55ee94ba34b45b81

Query https://gist.github.com/Zaid-Ajaj/e9d907fb349c1a3f1835995ed76b7db2

Result JSON https://gist.github.com/Zaid-Ajaj/78356392b70c5ebb74c9578f6573c8be

Zaid-Ajaj commented 3 years ago

Fixed as of v1.20 🚀