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

Pass CancellationToken when asyncReturnType = "task" #53

Open Zaid-Ajaj opened 2 years ago

Zaid-Ajaj commented 2 years ago

Allow for extra parameter taking a CancellationToken in the GraphQL operations when using asyncReturnType="task"