CreateWorkflowNodeInput
No description
input CreateWorkflowNodeInput {
ab_testing_config: ABTestingConfigInput
actions: CreateActionHasMany
conditionalActions: CreateConditionalActionsHasMany
enable_execution_scheduling: Boolean
execution_schedule_config: ExecutionScheduleConfigInput
name: String!
order: Int
parents: [NodeParentInput]
search_back_from_workflow_launch: Boolean
search_period: Int
seconds_to_wait: Int
segment: CreateSegmentBelongsTo
split_ratio: Float
type: NodeType!
workflow_id: ID
}
Fields
CreateWorkflowNodeInput.ab_testing_config ● ABTestingConfigInput input
CreateWorkflowNodeInput.actions ● CreateActionHasMany input
CreateWorkflowNodeInput.conditionalActions ● CreateConditionalActionsHasMany input
CreateWorkflowNodeInput.enable_execution_scheduling ● Boolean scalar
CreateWorkflowNodeInput.execution_schedule_config ● ExecutionScheduleConfigInput input
CreateWorkflowNodeInput.name ● String! non-null scalar
CreateWorkflowNodeInput.order ● Int scalar
CreateWorkflowNodeInput.parents ● [NodeParentInput] list input
CreateWorkflowNodeInput.search_back_from_workflow_launch ● Boolean scalar
CreateWorkflowNodeInput.search_period ● Int scalar
CreateWorkflowNodeInput.seconds_to_wait ● Int scalar
CreateWorkflowNodeInput.segment ● CreateSegmentBelongsTo input
CreateWorkflowNodeInput.split_ratio ● Float scalar
CreateWorkflowNodeInput.type ● NodeType! non-null enum
CreateWorkflowNodeInput.workflow_id ● ID scalar
Member Of
CreateNodesHasMany input ● createWorkflowNode mutation ● UpdateNodesHasMany input


