UNPKG

@neo4j/graphql

Version:

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

5 lines 193 B
import type { Annotation } from "./Annotation"; export declare class JWTPayloadAnnotation implements Annotation { readonly name = "jwt"; } //# sourceMappingURL=JWTPayloadAnnotation.d.ts.map