import type { FieldNode, GraphQLObjectType, SelectionNode } from "graphql"; import type { OperationPlan } from "./index.ts"; /** * Given a list of polymorphic selections, return a list of the nested field * selections that apply to the object type `type`. */ export declare function fieldSelectionsForType(operationPlan: OperationPlan, type: GraphQLObjectType, selections: ReadonlyArray, result?: Array): ReadonlyArray; //# sourceMappingURL=graphqlMergeSelectionSets.d.ts.map