easygraphql-parser

JSON →
library 0.0.15 ·javascript maintenance
verified Jun 7, 2026

easygraphql-parser is a Node.js library (v0.0.15, last updated in 2020) that parses a GraphQL schema string into a plain JavaScript object, breaking down types, fields, nullability, arrays, and deprecation. It is part of the EasyGraphQL ecosystem, providing a lightweight alternative to more complex parsers like graphql-js's parse. The library is in maintenance mode, with no recent releases. Key differentiator: outputs a simple, digestible object without requiring full GraphQL execution, making it useful for code generation or schema analysis tools.