UNPKG

@neo4j/graphql

Version:

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

8 lines 422 B
import type { Node, Relationship } from "../../classes"; import type { MutableField } from "../../classes/Node"; import type { MutationOperator } from "../queryAST/factory/parsers/parse-mutation-field"; export declare function parseMutableField(nodeOrRel: Node | Relationship, key: string): { settableField: MutableField; operator: MutationOperator | undefined; }; //# sourceMappingURL=parse-mutable-field.d.ts.map