Closed
Description
For example: Given I have a handle to a GraphQLAstSelectionSet
, I can access the number of selections contained within it by calling GraphQLAstSelectionSet_get_selections_size
. But how do I get a handle to a specific selection in the list? Is there a way to enumerate the selections contained within the selection set without resorting to visitors?
This also applies to other nodes with subnode lists, e.g. Document -> definitions, FragmentSpread -> directives etc.
Disclaimer: As I'm fairly new to all this stuff, I may be missing something really obvious here.
Metadata
Metadata
Assignees
Labels
No labels