graphql-tag
GraphQL parser
A utility package for parsing and manipulating GraphQL queries in JavaScript.
A JavaScript template literal tag that parses GraphQL queries
2k stars
43 watching
177 forks
Language: TypeScript
last commit: 10 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
graphql/graphql-js | A reference implementation of GraphQL in JavaScript. | 20,088 |
apollographql/apollo-server | A GraphQL server for building production-ready APIs with schema-first development and universal compatibility. | 13,794 |
graphql-nexus/nexus | A framework for building GraphQL schemas with TypeScript and JavaScript using a code-first, type-safe approach. | 3,398 |
ardatan/graphql-tools | A utility library for building and stitching GraphQL schemas in TypeScript. | 5,351 |
howtographql/howtographql | A fullstack tutorial website on GraphQL and its ecosystem | 8,704 |
graphql-boilerplates/react-fullstack-graphql | A set of pre-built project templates for building full-stack React applications with GraphQL | 1,443 |
graphql-editor/graphql-zeus | A tool for generating strongly typed GraphQL clients from a schema | 1,943 |
idurar/fast-graphql | A tool for structuring and generating GraphQL schemas for Node.js applications | 5 |
graphql/graphql-spec | A collection of specifications and examples for building GraphQL APIs | 14,307 |
dotansimha/graphql-code-generator | A tool that generates code from GraphQL schemas and operations | 10,856 |
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 |
graffle-js/graffle | A minimal GraphQL client library for building JavaScript applications with strong type safety and support for Node and browser environments. | 5,871 |
apollographql/eslint-plugin-graphql | A tool to validate GraphQL queries against a predefined schema | 1,213 |
deno-libs/graphql_tag | A Deno port of a GraphQL schema AST creation utility from a template literal | 9 |
graphql-kit/graphql-faker | A tool for generating realistic data for GraphQL APIs with minimal configuration | 2,693 |