parser
GraphQL parser
A .NET library that provides a lexer and parser for the GraphQL language, enabling developers to work with GraphQL documents.
A lexer and parser for GraphQL in .NET
218 stars
17 watching
43 forks
Language: C#
last commit: 6 days ago
Linked from 2 awesome lists
astgraphqllexerparse
Related projects:
Repository | Description | Stars |
---|---|---|
graphql-dotnet/graphql-client | A C# library that provides a thread-safe GraphQL client for .NET Standard | 625 |
graphql-dotnet/server | A GraphQL server middleware for ASP.NET Core that handles HTTP and WebSocket requests. | 582 |
graphql-dotnet/conventions | Automates schema generation for GraphQL .NET applications | 233 |
graphql-elixir/graphql_parser | An Elixir interface to a C++ GraphQL parser for parsing query strings into Abstract Syntax Trees (ASTs) | 20 |
entitygraphql/entitygraphql | A GraphQL library for .NET that simplifies building and executing GraphQL APIs on top of data models. | 417 |
graphql-rust/graphql-parser | A tool for parsing and formatting GraphQL query and schema definitions in Rust. | 355 |
josephwoodward/graphiql-dotnet | Middleware for ASP.NET Core applications to provide a GraphiQL UI for GraphQL APIs | 142 |
hasura/graphql-parser-hs | A Haskell library for parsing GraphQL queries | 59 |
ropensci/graphql | A C++ library providing bindings to parse and export GraphQL syntax in JSON format. | 38 |
moientajik/graphql.tools | Generates C# classes from a GraphQL schema | 95 |
tallstreet/graphql-parser-python | A tool that generates a parser for Python from the GraphQL language | 4 |
lkster/graphql-to-type | A tool that parses GraphQL requests into TypeScript types and objects | 6 |
byme8/zeroql | A C# GraphQL client library with Linq-like syntax for building high-performance clients | 278 |
dotnet/sqlclient | Provides database connectivity to SQL Server for .NET applications. | 853 |
graphql-python/flask-graphql | Adds GraphQL support to Flask web applications | 1,324 |