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

Fix overrideClientName in README #20

Closed ameier38 closed 3 years ago

ameier38 commented 3 years ago

Change from clientName -> overrideClientName

Zaid-Ajaj commented 3 years ago

Hi there @ameier38,

I don't think the docs are incorrect. The <clientName> refers to the placeholder of the value of ["overrideClientName"] so this is not the JSON property name but rather its value:

["overrideClientName"]: "<clientName>"
ameier38 commented 3 years ago

Ahh I see now. Sorry didn't read it very carefully. Closing.