UNPKG

@neo4j/graphql

Version:

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

9 lines 312 B
import type { AttributeAdapter } from "./AttributeAdapter"; export declare class ListAdapter { readonly AttributeAdapter: AttributeAdapter; constructor(AttributeAdapter: AttributeAdapter); getPush(): string; getPop(): string; getIncludes(): string; } //# sourceMappingURL=ListAdapter.d.ts.map