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

Project file still gets created when "createProjectFile": false #93

Closed Akash-Mair closed 8 months ago

Akash-Mair commented 8 months ago

Hey Zaid!

I have the following config:

{
  "schema": "./schema.json",
  "queries": "./mutations",
  "project": "client",
  "output": "../client",
  "target": "fsharp",
  "createProjectFile": false
}

And it is generating a .fsproj file I was expecting different behaviour - let me know if I need to update something on my end. Thanks :)