graphql-query
Query generator
A library for generating GraphQL query strings from Clojure data structures.
Clojure(Script) graphql query generation
71 stars
4 watching
10 forks
Language: Clojure
last commit: 8 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
graphql-rust/graphql-client | A Rust library that generates typed GraphQL client code from query and schema definitions. | 1,149 |
khaosdoctor/gotql | Provides a utility to generate and execute GraphQL queries using JSON objects instead of strings | 407 |
rexxars/sql-to-graphql | Generates GraphQL schemas and servers based on SQL table structure. | 592 |
99designs/gqlgen | Library for building GraphQL servers with type safety and code generation | 9,983 |
mobxjs/mst-gql | Simplifies integration of GraphQL and mobx-state-tree by automatically generating types and code | 684 |
code-hex/gqldoc-actions | An action for generating graphql documents used by gqldoc. | 5 |
leangen/graphql-spqr | A Java library that generates GraphQL schema from existing Java code | 1,096 |
sainthkh/reasonql | A tool for generating type-safe GraphQL code from ReasonML queries | 96 |
kobylynskyi/graphql-java-codegen-gradle-plugin | Automates the process of generating Java code from GraphQL schema definitions | 19 |
byme8/zeroql | A C# GraphQL client library with Linq-like syntax for building high-performance clients | 277 |
graphql-java-kickstart/graphql-java-tools | A tool for generating and wiring GraphQL schemas in Java | 812 |
moientajik/graphql.tools | Generates C# classes from a GraphQL schema | 95 |
bradleyboy/tuql | A tool that automatically generates a GraphQL server from a SQLite database or SQL file | 1,057 |
asonge/graphql | A tool that compiles GraphQL queries into native Elixir code, handling asynchronous requests and composing results. | 87 |
studio-net/laravel-graphql | Provides a GraphQL implementation on top of Laravel's Eloquent ORM | 56 |