UNPKG

@aeolun/graphql-redis-subscriptions

Version:
3 lines (2 loc) 276 B
export type FilterFn = (rootValue?: any, args?: any, context?: any, info?: any) => boolean; export declare const withFilter: (asyncIteratorFn: () => AsyncIterableIterator<any>, filterFn: FilterFn) => (rootValue: any, args: any, context: any, info: any) => AsyncIterator<any>;