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: about 1 month 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 | 139 |
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,149 |
graphql-editor/graphql-zeus | A tool for generating strongly typed GraphQL clients from a schema | 1,943 |
dillonkearns/elm-graphql | Automates the creation of type-safe GraphQL queries in Elm | 779 |
haskell-graphql/graphql-api | A Haskell library for creating type-safe GraphQL APIs | 406 |
99designs/gqlgen | Library for building GraphQL servers with type safety and code generation | 9,983 |
graphql-dotnet/graphql-client | A C# library that provides a thread-safe GraphQL client for .NET Standard | 625 |
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 | 881 |
byme8/zeroql | A C# GraphQL client library with Linq-like syntax for building high-performance clients | 277 |
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 | 398 |