An argument object type that is used for single object queries by ID from Subgraph.

interface FlowOperatorQuery {
    block?: Block_Height;
    chainId: number;
    id: string;
}

Hierarchy (view full)

Properties

Properties

block?: Block_Height
chainId: number
id: string

Generated using TypeDoc