eslint-plugin-graphql
Query validator
A tool to validate GraphQL queries against a predefined schema
Check your GraphQL query strings against a schema.
1k stars
70 watching
103 forks
Language: JavaScript
last commit: 8 days ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
borremosch/eslint-plugin-type-graphql | A plugin for ESLint to enforce type safety rules for TypeGraphQL decorators in TypeScript projects. | 17 |
cjoudrey/graphql-schema-linter | A tool that checks GraphQL schema definitions against a set of rules to ensure they conform to specific standards | 694 |
dimamachina/graphql-eslint | A TypeScript-based toolset for enforcing GraphQL schema and operation rules during development with ESLint. | 800 |
kamilkisiela/graphql-inspector | A tool for validating GraphQL schemas and detecting changes between them. | 1,650 |
kamilkisiela/apollo-angular | A GraphQL client library for Angular that enables data fetching and reactive UI development | 1,501 |
the-road-to-graphql/react-apollo-client-testing-example | An Apollo Client application with a mocked GraphQL server and tested Query and Mutation components. | 17 |
the-road-to-graphql/react-graphql-github-apollo | A React + GraphQL + Apollo-based GitHub client | 1,590 |
graphql-dotnet/parser | A .NET library that provides a lexer and parser for the GraphQL language, enabling developers to work with GraphQL documents. | 218 |
alexstrat/supertest-graphql | Extends supertest to test GraphQL APIs | 33 |
graphql-java/graphql-java-extended-validation | Validation library for GraphQL input | 129 |
mhallin/graphql_ppx | Library to rewrite and validate GraphQL queries at compile-time | 320 |
welikegraphql/universal-react-apollo-example | An app demonstrating GraphQL and React usage with Universal Rendering | 118 |
vuex-orm/plugin-graphql | Syncs Vuex state with a GraphQL API using auto-generated queries and mutations | 226 |
oslabs-beta/graphql-gate | A GraphQL query complexity analysis and rate limiting library for Node.js APIs. | 57 |
graphql-elixir/graphql_parser | An Elixir interface to a C++ GraphQL parser for parsing query strings into Abstract Syntax Trees (ASTs) | 20 |