UNPKG

@neo4j/graphql

Version:

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

9 lines 279 B
import type { Annotation } from "./Annotation"; export declare class JWTClaimAnnotation implements Annotation { readonly name = "jwtClaim"; readonly path: string; constructor({ path }: { path: string; }); } //# sourceMappingURL=JWTClaimAnnotation.d.ts.map