A base class to handle common Subgraph query logic.

Hierarchy (view full)

Constructors

Properties

getAddressFieldKeysFromFilter: (() => {
    accountKeys: (keyof IndexSubscription_Filter)[];
    tokenKeys: (keyof IndexSubscription_Filter)[];
})

Type declaration

getRelevantAddressesFromResultCore: ((result) => RelevantAddressesIntermediate)

Type declaration

mapFromSubgraphResponse: ((response) => IndexSubscription[])

Type declaration

requestDocument: TypedDocumentNode<IndexSubscriptionsQuery, Exact<{
    block?: InputMaybe<Block_Height>;
    first?: InputMaybe<number>;
    orderBy?: InputMaybe<IndexSubscription_OrderBy>;
    orderDirection?: InputMaybe<OrderDirection>;
    skip?: InputMaybe<number>;
    where?: InputMaybe<IndexSubscription_Filter>;
}>>

Methods

Generated using TypeDoc