(node, format, options)
| 130 | }, |
| 131 | |
| 132 | cloneWithExplain(node, format, options) { |
| 133 | return freeze({ |
| 134 | ...node, |
| 135 | explain: ExplainNode.create(format, options?.toOperationNode()), |
| 136 | }) |
| 137 | }, |
| 138 | |
| 139 | cloneWithTop(node, top) { |
| 140 | return freeze({ |
nothing calls this directly
no test coverage detected
searching dependent graphs…