getFragmentsForSelection method

Set<FragmentDefinitionNode> getFragmentsForSelection(
  1. SelectionSetNode selectionSet
)

Implementation

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