UNPKG

@neo4j/graphql

Version:

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

5 lines 308 B
import type { DirectiveDefinitionNode } from "graphql"; import { GraphQLDirective } from "graphql"; export declare function createAuthenticationDirectiveDefinition(): DirectiveDefinitionNode; export declare const authenticationDirectiveScaffold: GraphQLDirective; //# sourceMappingURL=authentication.d.ts.map