@neo4j/graphql
Version:
A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations
11 lines • 376 B
TypeScript
import type { AttributeAdapter } from "./AttributeAdapter";
export declare class MathAdapter {
readonly AttributeAdapter: AttributeAdapter;
constructor(AttributeAdapter: AttributeAdapter);
getMathOperations(): string[];
getAdd(): string;
getSubtract(): string;
getMultiply(): string;
getDivide(): string;
}
//# sourceMappingURL=MathAdapter.d.ts.map