import type { DirectiveNode } from "graphql"; import type { InputTypeComposerFieldConfigMapDefinition, SchemaComposer } from "graphql-compose"; import type { AttributeAdapter } from "../schema-model/attribute/model-adapters/AttributeAdapter"; import type { Neo4jFeaturesSettings } from "../types"; export declare function getWhereFieldsForAttributes({ attributes, userDefinedFieldDirectives, features, ignoreCypherFieldFilters, composer, }: { attributes: AttributeAdapter[]; userDefinedFieldDirectives?: Map; features: Neo4jFeaturesSettings | undefined; ignoreCypherFieldFilters: boolean; composer: SchemaComposer; }): InputTypeComposerFieldConfigMapDefinition; //# sourceMappingURL=get-where-fields.d.ts.map