selectionSet property
SelectionSet
get
selectionSet
Implementation
SelectionSet get selectionSet => SelectionSet(
astNode.selectionSet,
getType.fromSchema!(type.name) as ObjectTypeDefinition?,
getType,
);