UNPKG

@neo4j/graphql

Version:

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

3 lines 211 B
import type { DirectiveNode } from "graphql"; export declare function findDirective(directives: readonly DirectiveNode[] | undefined, name: string): DirectiveNode | undefined; //# sourceMappingURL=utils.d.ts.map