An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


GraphQL Query Parser


Simple utility for extracting GraphQL queries from multiple files



Build Status

|
Coverage

|
NPM Version

## 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)