| 261 | | { |
| 262 | readonly _tag: "relation-count" |
| 263 | readonly path: string |
| 264 | readonly operation?: ComputedProjectionOperation |
| 265 | } |
| 266 | | { |
| 267 | readonly _tag: "relation-any" |
| 268 | readonly path: string |
| 269 | readonly operation?: ComputedProjectionOperation |
| 270 | } |
| 271 | | { |
| 272 | readonly _tag: "relation-every" |
| 273 | readonly path: string |
| 274 | readonly operation: ComputedProjectionOperation |
| 275 | } |
| 276 | | { |
| 277 | readonly _tag: "relation-distinct-count" |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…