@neo4j/graphql
Version:
A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations
6 lines • 303 B
TypeScript
import { LOGICAL_OPERATORS } from "../../constants";
import type { ValueOf } from "../../utils/value-of";
type LogicalOperator = ValueOf<typeof LOGICAL_OPERATORS>;
export declare function isLogicalOperator(key: unknown): key is LogicalOperator;
export {};
//# sourceMappingURL=logical-operators.d.ts.map