| 312 | readonly path: string |
| 313 | readonly field: string |
| 314 | readonly distinct: boolean |
| 315 | readonly operation?: ComputedProjectionOperation |
| 316 | } |
| 317 | | { |
| 318 | readonly _tag: "relation-collect-fields" |
| 319 | readonly path: string |
| 320 | readonly fields: readonly string[] |
| 321 | readonly distinct: boolean |
| 322 | readonly operation?: ComputedProjectionOperation |
| 323 | } |
| 324 | | { |
| 325 | readonly _tag: "relation-length" |
| 326 | readonly path: string |
| 327 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…