UNPKG

@neo4j/graphql

Version:

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

4 lines 294 B
import type { DirectiveNode } from "graphql"; import { AuthenticationAnnotation } from "../../annotation/AuthenticationAnnotation"; export declare function parseAuthenticationAnnotation(directive: DirectiveNode): AuthenticationAnnotation; //# sourceMappingURL=authentication-annotation.d.ts.map