Snowflaqe
GraphQL client generator
Automates generation of type-safe GraphQL clients for F# and Fable projects
A dotnet CLI to generate type-safe GraphQL clients for F# and Fable with automatic deserialization, static query verification and type checking
158 stars
8 watching
26 forks
Language: F#
last commit: 3 months ago
Linked from 1 awesome list
code-generationdotnet-clifablefsharpgraphqlgraphql-schema
Related projects:
Repository | Description | Stars |
---|---|---|
zaid-ajaj/hawaii | Generates type-safe F# and Fable clients from OpenAPI/Swagger/OData services | 140 |
zaid-ajaj/fable.sqlclient | Provides an idiomatic and type-safe interface to Microsoft SQL Server from Fable Node applications. | 13 |
graphql-rust/graphql-client | A Rust library that generates typed GraphQL client code from query and schema definitions. | 1,154 |
graphql-editor/graphql-zeus | A tool that generates strongly typed clients and types from GraphQL schemas to improve developer productivity and safety | 1,946 |
dillonkearns/elm-graphql | Automates the creation of type-safe GraphQL queries in Elm | 778 |
haskell-graphql/graphql-api | A Haskell library for creating type-safe GraphQL APIs | 406 |
99designs/gqlgen | A Go library for building GraphQL servers using a schema-first approach and code generation. | 10,018 |
graphql-dotnet/graphql-client | A C# library that provides a thread-safe GraphQL client for .NET Standard | 630 |
ablestack/graphql-codegen-hasura | Automates the generation of strongly typed client code for a GraphQL backend using type-safe wrappers and caching mechanisms. | 154 |
caffeinetv/caffql | Generates C++ code for interacting with GraphQL APIs based on JSON schema definitions | 28 |
remorses/genql | Automates the process of generating client code for GraphQL APIs | 890 |
byme8/zeroql | A C# GraphQL client library with Linq-like syntax for building high-performance clients | 280 |
zaid-ajaj/npgsql.fsharp | A F# wrapper around Npgsql to simplify PostgreSQL database interactions | 318 |
omar-dulaimi/graphql-shield-generator | Automatically generates a shield to restrict access to sensitive data in GraphQL schemas. | 9 |
fsprojects/fsharp.data.graphql | F# implementation of the GraphQL query language specification | 399 |