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


