Interface SubgraphGetQueryHandler<TResult>

Capable of handling the SubgraphGetQuery request.

interface SubgraphGetQueryHandler<TResult> {
    get(subgraphClient, query): Promise<null | TResult>;
}

Type Parameters

Implemented by

Methods

Methods

  • Parameters

    Returns Promise<null | TResult>

Generated using TypeDoc