CreateWorkflowNodeWithChildrenInput
Input for creating a workflow node with nested children. The directive will automatically set the parents array for children.
input CreateWorkflowNodeWithChildrenInput {
actions: CreateActionHasMany
children: [CreateChildNodeInput!]
conditionalActions: CreateConditionalActionsHasMany
name: String!
order: Int
search_back_from_workflow_launch: Boolean
search_period: Int
seconds_to_wait: Int
segment: CreateSegmentBelongsTo
split_ratio: Float
type: NodeType!
}
Fields
CreateWorkflowNodeWithChildrenInput.actions ● CreateActionHasMany input
CreateWorkflowNodeWithChildrenInput.children ● [CreateChildNodeInput!] list input
CreateWorkflowNodeWithChildrenInput.conditionalActions ● CreateConditionalActionsHasMany input
CreateWorkflowNodeWithChildrenInput.name ● String! non-null scalar
CreateWorkflowNodeWithChildrenInput.order ● Int scalar
CreateWorkflowNodeWithChildrenInput.search_back_from_workflow_launch ● Boolean scalar
CreateWorkflowNodeWithChildrenInput.search_period ● Int scalar
CreateWorkflowNodeWithChildrenInput.seconds_to_wait ● Int scalar
CreateWorkflowNodeWithChildrenInput.segment ● CreateSegmentBelongsTo input
CreateWorkflowNodeWithChildrenInput.split_ratio ● Float scalar
CreateWorkflowNodeWithChildrenInput.type ● NodeType! non-null enum
Member Of
CreateChildNodeInput input ● CreateNodesWithChildrenHasMany input ● CreateWorkflowInput input


