import { IRTransform } from "relay-compiler/lib/core/CompilerContext"; /** * Inserts a `__fragments` selection at the place where a fragment reference * boundary exists. This is either done in a `Node` inline fragment or directly * on the `Query` type. * * This field, which is an Apollo Client client-side field as declared with the * `@client` directive, will be used to pass context between the `use*Fragment` * hooks. (Currently this is limited to request variables.) The data for this * field is resolved by the `fragmentReferencesFieldPolicy` function. */ export declare const annotateFragmentReferenceTransform: IRTransform; //# sourceMappingURL=annotateFragmentReferenceTransform.d.ts.map