Magidoc

CopyJourneyNodeInput
Input Object

Input type for copying a journey node, with options to include subsequent nodes and specify the target location.

Fields

#

id

Non-null

The unique identifier of the node to be copied.

includeNodesAfter

Optional: Whether to also copy all nodes that come after this node in the journey flow.

journeyId

Non-null

The unique identifier of the journey where the node will be copied to.

pathId

Optional: The identifier of the specific path where the node should be copied, if copying to a multi-path section.

previousNodeIds

Optional: The identifiers of nodes that should precede the copied node in the journey flow. In most cases, this is required.

Usages

#

References

#

  • Argument input of field copyJourneyNode from type Mutation