ResponseSelectionParser

Parses the selection set of a GraphQL operation against a schema index and produces a normalized ResponseSelectionSet that generators can consume to produce response model types.

Fields are preserved as ResponseFieldVariant values. Variants are merged only when all compatibility conditions are met AND both have non-empty runtime paths (to preserve "applies to all" semantics).

Constructors

Link copied to clipboard
constructor(schemaIndex: SchemaIndex)

Functions

Link copied to clipboard