UNPKG

@graphprotocol/client-block-tracking

Version:

`graph-client` implements automatic block tracking using `number_gte` filter of `graph-node`. This automates the process [of fetching and tracking the block number of entites](https://thegraph.com/docs/en/developer/distributed-systems/#polling-for-updated

4 lines (3 loc) 223 B
import { BlockTrackingConfig } from './shared.cjs'; import { FusiongraphPlugin } from '@graphql-mesh/fusion-runtime'; export declare function useBlockTracking(configInput?: Partial<BlockTrackingConfig>): FusiongraphPlugin;