graphql-to-type
GraphQL parser
A tool that parses GraphQL requests into TypeScript types and objects
(almost) Fully functional GraphQL request parser written completely using TypeScript's typing system
6 stars
0 watching
0 forks
Language: TypeScript
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
graphql-rust/graphql-parser | A tool for parsing and formatting GraphQL query and schema definitions in Rust. | 355 |
graphql-elixir/graphql_parser | An Elixir interface to a C++ GraphQL parser for parsing query strings into Abstract Syntax Trees (ASTs) | 20 |
graphql-dotnet/parser | A .NET library that provides a lexer and parser for the GraphQL language, enabling developers to work with GraphQL documents. | 218 |
br3akp0int/gqlparser | A tool for parsing and editing GraphQL queries in Burp Suite to help inject payloads into dynamic user input parameters. | 58 |
hasura/graphql-parser-hs | A Haskell library for parsing GraphQL queries | 59 |
tallstreet/graphql-parser-python | A tool that generates a parser for Python from the GraphQL language | 4 |
prismake/typegql | A set of decorators and tools for creating GraphQL APIs in a type-safe manner | 424 |
g-plane/pretty_graphql | A tool for formatting GraphQL queries to make them more readable. | 6 |
borremosch/eslint-plugin-type-graphql | A plugin for ESLint to enforce type safety rules for TypeGraphQL decorators in TypeScript projects. | 17 |
graphql-editor/graphql-zeus | A tool for generating strongly typed GraphQL clients from a schema | 1,943 |
peburrows/plot | A GraphQL parser and resolver for Elixir that aims to implement the full GraphQL spec. | 32 |
dimamachina/graphql-eslint | A TypeScript-based toolset for enforcing GraphQL schema and operation rules during development with ESLint. | 800 |
quramy/ts-graphql-plugin | A TypeScript plugin for GraphQL development that provides tools for auto-completion, query validation, type generation, and more. | 723 |
ropensci/graphql | A C++ library providing bindings to parse and export GraphQL syntax in JSON format. | 38 |
michallytek/type-graphql | A framework for building GraphQL APIs with TypeScript using classes and decorators. | 8,039 |