MCPcopy Create free account
hub / github.com/codemix/graph / convertDeleteClause

Function convertDeleteClause

packages/graph/src/astToSteps.ts:717–722  ·  view source on GitHub ↗

* Convert a DELETE clause into a DeleteStep.

(deleteClause: DeleteClause)

Source from the content-addressed store, hash-verified

715 * Convert a DELETE clause into a DeleteStep.
716 */
717function convertDeleteClause(deleteClause: DeleteClause): DeleteStep {
718 return new DeleteStep({
719 variables: deleteClause.variables,
720 detach: deleteClause.detach,
721 });
722}
723
724/**
725 * Convert a REMOVE clause into a RemoveStep.

Callers 2

processQuerySegmentsFunction · 0.85
processLegacyQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected