UNPKG

@neo4j/graphql

Version:

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

4 lines 280 B
import type { DirectiveNode } from "graphql"; import { PopulatedByAnnotation } from "../../annotation/PopulatedByAnnotation"; export declare function parsePopulatedByAnnotation(directive: DirectiveNode): PopulatedByAnnotation; //# sourceMappingURL=populated-by-annotation.d.ts.map