Skip to main content

forkStrategy

Fork an existing strategy to create an independent copy. Creates a new v1 strategy with the same code/config but independent version chain. The forked strategy maintains a reference to the original via forkedFrom field.

forkStrategy(
id: ID!
input: ForkStrategyInput!
): Strategy!

Arguments

forkStrategy.id ● ID! non-null scalar

ID of the strategy version to fork from

forkStrategy.input ● ForkStrategyInput! non-null input

Fork configuration

Type

Strategy object