UNPKG

@neo4j/graphql

Version:

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

8 lines 363 B
import type { DirectiveNode } from "graphql"; /** * Parse the plural directive and return the plural value. * @param pluralDirective The plural directicve to parse. * @returns The plural value. */ export default function parsePluralDirective(pluralDirective: DirectiveNode | undefined): string | undefined; //# sourceMappingURL=parse-plural-directive.d.ts.map