getFragmentsForSelection method
Implementation
Set<FragmentDefinitionNode> getFragmentsForSelection(SelectionSetNode selectionSet) {
return _getFragments(selectionSet);
}
Set<FragmentDefinitionNode> getFragmentsForSelection(SelectionSetNode selectionSet) {
return _getFragments(selectionSet);
}