import { IRTransform } from "relay-compiler/lib/core/CompilerContext"; /** * Uses relay-compiler's `@refetchable` directive to emit a query operation for * a single fragment (on the `Node` interface or `Query` type). This operation * is used by the `use*Fragment` hooks to observe the Apollo Client store for * changes to _just_ that data selected in the fragment. */ export declare const enableNodeWatchQueryTransform: IRTransform; //# sourceMappingURL=enableNodeWatchQueryTransform.d.ts.map