UNPKG

@neo4j/graphql

Version:

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

3 lines 183 B
import { Neo4jError } from "neo4j-driver"; export declare function errorHasGQLStatus(error: Neo4jError, gqlStatus: string): boolean; //# sourceMappingURL=error-has-gql-status.d.ts.map