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

Parse and register custom scalars before introspection #73

Closed MargaretKrutikova closed 2 years ago

MargaretKrutikova commented 2 years ago

Fix #72

Zaid-Ajaj commented 2 years ago

Snowflaqe v1.38 has been published 🚀

MargaretKrutikova commented 2 years ago

Cool, thanks! I think the build is failing though, The current .NET SDK does not support targeting .NET 6.0. Either target .NET 5.0 or lower, or use a version of the .NET SDK that supports .NET 6.0., log. Do we need to install the right SDK version in appveyor.yml here?

Zaid-Ajaj commented 2 years ago

The current SDK is fine, I only accidentally changed the target framework of the build project from net5 to net6, easy to fix