Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/skills / migration / MigrationRewrite
Interface: MigrationRewrite
Defined in: packages/skills/src/migration/index.ts:22
A single rewrite the migrator applied (or would apply in a dry-run).
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
applied | readonly | boolean | packages/skills/src/migration/index.ts:26 |
fromField | readonly | string | packages/skills/src/migration/index.ts:23 |
reason | readonly | "deprecate-graphorin-prefix" | "co-exist-noop" | "graphorin-only-noop" | packages/skills/src/migration/index.ts:25 |
toField | readonly | string | packages/skills/src/migration/index.ts:24 |