UNPKG

@neo4j/graphql

Version:

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

4 lines 273 B
import { GraphQLError } from "graphql"; import type { Neo4jGraphQLSchemaModel } from "../../../schema-model/Neo4jGraphQLSchemaModel"; export declare function pluralConflict(schemaModel: Neo4jGraphQLSchemaModel): GraphQLError[]; //# sourceMappingURL=plural-conflict.d.ts.map