https://github.com/iveelsm/graphql-query-parser
Simple utility for extracting GraphQL queries from multiple files
https://github.com/iveelsm/graphql-query-parser
graphql parser parsing query
Last synced: 4 months ago
JSON representation
Simple utility for extracting GraphQL queries from multiple files
- Host: GitHub
- URL: https://github.com/iveelsm/graphql-query-parser
- Owner: iveelsm
- License: mit
- Created: 2019-06-30T20:18:41.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2026-02-27T13:49:07.000Z (4 months ago)
- Last Synced: 2026-02-27T18:48:24.884Z (4 months ago)
- Topics: graphql, parser, parsing, query
- Language: TypeScript
- Homepage:
- Size: 283 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
GraphQL Query Parser
Simple utility for extracting GraphQL queries from multiple files
## Installation
Install with npm globally:
```bash
$ npm install --global graphql-query-parser
```
or as a dependency for your project:
```bash
$ npm install graphql-query-parser
```
## Links
- [Examples](./docs/EXAMPLES.md)
- [Contributing](./docs/CONTRIBUTING.md)
- [Changelog](./docs/CHANGELOG.md)