graphql-net
GraphQL query executor
Converts GraphQL queries to IQueryable for executing on databases using ORM systems.
Convert GraphQL to IQueryable
892 stars
49 watching
86 forks
Language: C#
last commit: over 2 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
moientajik/graphql.tools | Generates C# classes from a GraphQL schema | 95 |
entitygraphql/entitygraphql | A GraphQL library for .NET that simplifies building and executing GraphQL APIs on top of data models. | 417 |
wbaldoumas/graphql-to-karate | Automatically generates tests for API endpoints based on GraphQL schema definitions. | 14 |
shopify/graphql-batch | An executor for GraphQL queries that batch multiple queries together to improve performance | 1,423 |
graphql-dotnet/parser | A .NET library that provides a lexer and parser for the GraphQL language, enabling developers to work with GraphQL documents. | 218 |
graphql-python-archive/django-graphiql | Integrates GraphiQL into Django projects for testing GraphQL schemas | 35 |
rexxars/sql-to-graphql | Generates GraphQL schemas and servers based on SQL table structure. | 592 |
microsoft/cppgraphqlgen | Tools for generating and consuming GraphQL services in C++ | 325 |
byme8/zeroql | A C# GraphQL client library with Linq-like syntax for building high-performance clients | 278 |
graphql-java/graphql-java-extended-validation | Validation library for GraphQL input | 129 |
graphql-elixir/graphql_parser | An Elixir interface to a C++ GraphQL parser for parsing query strings into Abstract Syntax Trees (ASTs) | 20 |
cwida/duckpgq-extension | A DuckDB extension for graph workloads that supports the SQL/PGQ standard | 80 |
studio-net/laravel-graphql | Provides a GraphQL implementation on top of Laravel's Eloquent ORM | 56 |
asonge/graphql | A tool that compiles GraphQL queries into native Elixir code, handling asynchronous requests and composing results. | 87 |
josephwoodward/graphiql-dotnet | Middleware for ASP.NET Core applications to provide a GraphiQL UI for GraphQL APIs | 142 |