UNPKG

@neo4j/graphql

Version:

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

8 lines 307 B
import { type FieldDefinitionNode } from "graphql"; type CypherMeta = { statement: string; columnName: string; }; export declare function getCypherMeta(field: FieldDefinitionNode, interfaceField?: FieldDefinitionNode): CypherMeta | undefined; export {}; //# sourceMappingURL=get-cypher-meta.d.ts.map