Type Alias FragmentMapEntry

FragmentMapEntry: {
    dependencies: Set<string>;
    node: FragmentDefinitionNode;
}