UNPKG

@neo4j/graphql

Version:

A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations

8 lines 522 B
import type { Neo4jGraphQLTranslationContext } from "../../../types/neo4j-graphql-translation-context"; import type { AuthenticationAnnotation, AuthenticationOperation } from "../../../schema-model/annotation/AuthenticationAnnotation"; export declare function applyAuthentication({ context, annotation, targetOperations, }: { context: Neo4jGraphQLTranslationContext; annotation: AuthenticationAnnotation; targetOperations: AuthenticationOperation[]; }): void; //# sourceMappingURL=apply-authentication.d.ts.map