MCPcopy Create free account
hub / github.com/effect-app/libs / Page

Class Page

packages/effect-app/src/Model/query/dsl.ts:314–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…