| 6007 | * Note: This step requires a Graph instance (not just GraphSource) since it performs mutations. |
| 6008 | */ |
| 6009 | export class CreateStep extends Step<CreateStepConfig> { |
| 6010 | public get name() { |
| 6011 | return "Create"; |
| 6012 | } |
nothing calls this directly
no outgoing calls
no test coverage detected