graphql-parser
GraphQL parser
A tool for parsing and formatting GraphQL query and schema definitions in Rust.
A graphql query language and schema definition language parser and formatter for rust
355 stars
14 watching
77 forks
Language: Rust
last commit: 5 months ago
Linked from 1 awesome list
formattergraphqlgraphql-query-languagegraphql-schema-languageparserrustschema
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 |
graphql-dotnet/parser | A .NET library that provides a lexer and parser for the GraphQL language, enabling developers to work with GraphQL documents. | 218 |
g-plane/pretty_graphql | A tool for formatting GraphQL queries to make them more readable. | 6 |
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 |
graphql-elixir/graphql_parser | An Elixir interface to a C++ GraphQL parser for parsing query strings into Abstract Syntax Trees (ASTs) | 20 |
hasura/graphql-parser-hs | A Haskell library for parsing GraphQL queries | 59 |
br3akp0int/gqlparser | A tool for parsing and editing GraphQL queries in Burp Suite to help inject payloads into dynamic user input parameters. | 58 |
graphql-java-kickstart/graphql-java-tools | A tool for generating and wiring GraphQL schemas in Java | 812 |
ropensci/graphql | A C++ library providing bindings to parse and export GraphQL syntax in JSON format. | 38 |
peburrows/plot | A GraphQL parser and resolver for Elixir that aims to implement the full GraphQL spec. | 32 |
idurar/fast-graphql | A tool for structuring and generating GraphQL schemas for Node.js applications | 5 |
schloerke/gqlr | A GraphQL implementation in R, allowing rapid development of client-server applications with a consistent query language. | 58 |
kunalsin9h/load-gql | A utility for loading and managing GraphQL schema definitions from files | 3 |
microsoft/cppgraphqlgen | Tools for generating and consuming GraphQL services in C++ | 325 |