Closed as not planned
Description
Property 'selectionSet' does not exist on type 'DefinitionNode'.
Property 'selectionSet' does not exist on type 'SchemaDefinitionNode'.ts(2339)
I've inspected parse(op).definitions[0].selectionSet
, and it does indeed exist.
I see DefinitionNode
includes ExecutableDefinitionNode
→ OperationDefinitionNode
, and OperationDefinitionNode
has selectionSet
, but the definition doesn't seem to follow that deep.
Metadata
Metadata
Assignees
Labels
No labels