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) 245 B
import { BlockTrackingConfig } from './shared.cjs'; import { UnifiedGraphPlugin } from '@graphql-mesh/fusion-runtime'; export declare function useBlockTracking<TContext>(configInput?: Partial<BlockTrackingConfig>): UnifiedGraphPlugin<TContext>;