All Projects → graphql-rust → Graphql Parser

graphql-rust / Graphql Parser

Licence: other
A graphql query language and schema definition language parser and formatter for rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Graphql Parser

Conventions
GraphQL Conventions Library for .NET
Stars: ✭ 198 (-2.46%)
Mutual labels:  graphql, schema
Join Monster Graphql Tools Adapter
Use Join Monster to fetch your data with Apollo Server.
Stars: ✭ 130 (-35.96%)
Mutual labels:  graphql, schema
Prettier
Prettier is an opinionated code formatter.
Stars: ✭ 41,411 (+20299.51%)
Mutual labels:  graphql, formatter
Graphql Go Tools
Tools to write high performance GraphQL applications using Go/Golang.
Stars: ✭ 96 (-52.71%)
Mutual labels:  graphql, parser
Php Textile
Textile markup language parser for PHP
Stars: ✭ 200 (-1.48%)
Mutual labels:  parser, formatter
Laravel Oh Generators
This package extends the core file generators that are included with Laravel 5 or later.
Stars: ✭ 96 (-52.71%)
Mutual labels:  parser, formatter
Graphql Schema Registry
GraphQL schema registry
Stars: ✭ 124 (-38.92%)
Mutual labels:  graphql, schema
Inicpp
C++ parser of INI files with schema validation.
Stars: ✭ 47 (-76.85%)
Mutual labels:  schema, parser
Omniparser
omniparser: a native Golang ETL streaming parser and transform library for CSV, JSON, XML, EDI, text, etc.
Stars: ✭ 148 (-27.09%)
Mutual labels:  schema, parser
Framework
Strongly-typed JavaScript object with support for validation and error handling.
Stars: ✭ 136 (-33%)
Mutual labels:  graphql, schema
Neo4j Graphql
An optimized neo4j query resolver for Facebook's GraphQL
Stars: ✭ 60 (-70.44%)
Mutual labels:  graphql, schema
Graphql Toolkit
A set of utils for faster development of GraphQL tools
Stars: ✭ 169 (-16.75%)
Mutual labels:  graphql, schema
Format Graphql
Formats GraphQL schema definition language (SDL) document.
Stars: ✭ 55 (-72.91%)
Mutual labels:  graphql, formatter
Shapeshifter
🐺 Generate relational schemas, PropTypes, Flow aliases, and TypeScript interfaces from JSON or GraphQL schematic files.
Stars: ✭ 105 (-48.28%)
Mutual labels:  graphql, schema
Sqlformat
.NET SQL Parser and Formatter Tool and SSMS Plugin
Stars: ✭ 49 (-75.86%)
Mutual labels:  parser, formatter
Postgraphile
GraphQL is a new way of communicating with your server. It eliminates the problems of over- and under-fetching, incorporates strong data types, has built-in introspection, documentation and deprecation capabilities, and is implemented in many programming languages. This all leads to gloriously low-latency user experiences, better developer experiences, and much increased productivity. Because of all this, GraphQL is typically used as a replacement for (or companion to) RESTful API services.
Stars: ✭ 10,967 (+5302.46%)
Mutual labels:  graphql, schema
Graphql Factory
A toolkit for building GraphQL
Stars: ✭ 44 (-78.33%)
Mutual labels:  graphql, schema
Graphql Scalars
A library of custom GraphQL Scalars for creating precise type-safe GraphQL schemas.
Stars: ✭ 1,023 (+403.94%)
Mutual labels:  graphql, schema
Graphql Cli
📟 Command line tool for common GraphQL development workflows
Stars: ✭ 1,814 (+793.6%)
Mutual labels:  graphql, schema
Countries
🌎 Public GraphQL API for information about countries
Stars: ✭ 156 (-23.15%)
Mutual labels:  graphql, schema

GraphQL Parser

Documentation | Github | Crate

A parser, formatter and AST for graphql query and schema definition language for rust.

Supported extensions:

  1. Subscriptions
  2. Block (triple quoted) strings

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].