UNPKG

@neo4j/graphql

Version:

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

7 lines 352 B
import type { DirectiveNode, ObjectTypeDefinitionNode } from "graphql"; import { LimitDirective } from "../../classes/LimitDirective"; export declare function parseLimitDirective({ directive, definition, }: { directive: DirectiveNode; definition: ObjectTypeDefinitionNode; }): LimitDirective; //# sourceMappingURL=parse-limit-directive.d.ts.map