sql-to-graphql
GraphQL generator
Generates GraphQL schemas and servers based on SQL table structure.
Generate a GraphQL API based on your SQL database structure
592 stars
28 watching
73 forks
Language: JavaScript
last commit: almost 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
idurar/fast-graphql | A tool for structuring and generating GraphQL schemas for Node.js applications | 5 |
graphql-java-kickstart/graphql-java-tools | A tool for generating and wiring GraphQL schemas in Java | 812 |
leangen/graphql-spqr | A Java library that generates GraphQL schema from existing Java code | 1,096 |
mobxjs/mst-gql | Simplifies integration of GraphQL and mobx-state-tree by automatically generating types and code | 684 |
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 |
khaosdoctor/gotql | Provides a utility to generate and execute GraphQL queries using JSON objects instead of strings | 407 |
ibm/openapi-to-graphql | Converts OpenAPI specifications into GraphQL interfaces | 1,610 |
bradleyboy/tuql | A tool that automatically generates a GraphQL server from a SQLite database or SQL file | 1,057 |
microsoft/cppgraphqlgen | Tools for generating and consuming GraphQL services in C++ | 325 |
99designs/gqlgen | Library for building GraphQL servers with type safety and code generation | 9,969 |
graphql-compose/graphql-compose | Toolkit for generating complex GraphQL schemas from schema definitions and data models. | 1,208 |
the-road-to-graphql/react-graphql-client-library | A minimal GraphQL client for React applications | 15 |
studio-net/laravel-graphql | Provides a GraphQL implementation on top of Laravel's Eloquent ORM | 56 |
graphql-java/graphql-java-extended-scalars | Provides extended scalars for GraphQL schema | 261 |