Description
GraphQL query parsing helps servers, tools, and validators understand request documents before executing or analyzing them. It is useful for applications that need a native C or C++ parser for GraphQL syntax.
This is a parser library, not a GraphQL server. Applications using it still decide schema validation, authorization, rate limits, and which queries are safe to execute.