Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1015 Bytes

File metadata and controls

39 lines (30 loc) · 1015 Bytes

GraphQL Query Parser

Simple utility for extracting GraphQL queries from multiple files

Build Status | Coverage | NPM Version

Installation

Install with npm globally:

$ npm install --global graphql-query-parser

or as a dependency for your project:

$ npm install graphql-query-parser

Links