graphql
GraphQL parser library
A C++ library providing bindings to parse and export GraphQL syntax in JSON format.
Bindings to libgraphqlparser for R
38 stars
8 watching
4 forks
Language: C++
last commit: about 2 months ago
Linked from 1 awesome list
graphqllibgraphqlrr-packagerstats
Related projects:
Repository | Description | Stars |
---|---|---|
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-elixir/graphql_parser | An Elixir interface to a C++ GraphQL parser for parsing query strings into Abstract Syntax Trees (ASTs) | 20 |
graphql-rust/graphql-parser | A tool for parsing and formatting GraphQL query and schema definitions in Rust. | 355 |
graphql-dotnet/graphql-client | A C# library that provides a thread-safe GraphQL client for .NET Standard | 625 |
byme8/zeroql | A C# GraphQL client library with Linq-like syntax for building high-performance clients | 277 |
contentful-labs/gqli.rb | A Ruby-based GraphQL client DSL for creating queries and fragments against various APIs | 211 |
hasura/graphql-parser-hs | A Haskell library for parsing GraphQL queries | 59 |
thecodingmachine/graphqlite | A PHP GraphQL library that allows users to create complete APIs by annotating their code with attributes and annotations. | 557 |
tallstreet/graphql-parser-python | A tool that generates a parser for Python from the GraphQL language | 4 |
profusion/sgqlc | An easy-to-use GraphQL client written in Python | 515 |
the-road-to-graphql/react-graphql-client-library | A minimal GraphQL client for React applications | 15 |
br3akp0int/gqlparser | A tool for parsing and editing GraphQL queries in Burp Suite to help inject payloads into dynamic user input parameters. | 58 |
entitygraphql/entitygraphql | A GraphQL library for .NET that simplifies building and executing GraphQL APIs on top of data models. | 418 |
lkster/graphql-to-type | A tool that parses GraphQL requests into TypeScript types and objects | 6 |
josephwoodward/graphiql-dotnet | Middleware for ASP.NET Core applications to provide a GraphiQL UI for GraphQL APIs | 142 |