MCPcopy Create free account
hub / github.com/subquery/subql /

Class

packages/cli/src/commands/migrate.ts:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134export default class MigrateSubgraph extends Command {
135 static description = 'Migrate a Subgraph project to a SubQuery project, including the manifest and schema.';
136 static flags = zodToFlags(migrateSubgraphInputs);
137

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected