Properties
Optional fields
fields: Fields<G extends With<Graph, "child"> ? G["child"] : G>
Optional filters
filters: G extends With<Graph, "child"> ? ReadonlyArray<string> : never
Optional limit
limit: G extends With<Graph, "child"> ? number : never
Optional offset
offset: G extends With<Graph, "child"> ? number : never
Optional order
order: G extends With<Graph, "child"> ? Order<G["child"]> : never
Optional zoom
zoom: Zoom<G extends With<Graph, "child"> ? G["child"] : G>