interface WhereNode {
    kind: "WhereNode";
    where: OperationNode;
}

Hierarchy (view full)

Properties

Properties

kind: "WhereNode"