Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzdjk6/graphql-extractor
This is a command line tool to scan your ".graphql" files, and then build a `map` json file from compressed `query` to `uuid`, which can be used as `persisted query` later on.
https://github.com/zzdjk6/graphql-extractor
Last synced: 3 months ago
JSON representation
This is a command line tool to scan your ".graphql" files, and then build a `map` json file from compressed `query` to `uuid`, which can be used as `persisted query` later on.
- Host: GitHub
- URL: https://github.com/zzdjk6/graphql-extractor
- Owner: zzdjk6
- License: mit
- Created: 2018-08-05T13:48:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T14:04:10.000Z (over 6 years ago)
- Last Synced: 2024-10-30T16:20:35.189Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# graphql-extractor
## Overview
This is a command line tool to scan your ".graphql" files, and then build a `map` json file from compressed `query` to `uuid`, which can be used as `persisted query` later on.
## How to use?
```bash
npm install -g graphql-extractorgraphql-extract ./tests/fixtures/ ./tests/output/a.json
```## Example
see "tests/fixtures" for examaple ".graphql" files and "tests/output" for example `output.json`.