| 132 | } |
| 133 | |
| 134 | export 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 |
nothing calls this directly
no outgoing calls
no test coverage detected