byme8 / ZeroQL

C# GraphQL client with Linq-like syntax
MIT License
273 stars 13 forks source link

Allow enum casting in GraphQL query. #101

Closed byme8 closed 5 months ago

byme8 commented 5 months ago

At the moment, ZeroQL will report the error once you try to cast the enum. It is a trivial thing to do and this use case should be supported.

This PR allows to cast enums inside the GraphQL.

Fixes #99