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

interface SubgraphGetQuery {
    block?: Block_Height;
    id: string;
}

Hierarchy (view full)

Properties

Properties

block?: Block_Height
id: string

Generated using TypeDoc