CreateWorkflowGoalInput
No description
input CreateWorkflowGoalInput {
actions: CreateActionHasMany
conditionalActions: CreateConditionalActionsHasMany
description: String
name: String!
search_period: Int
segment: CreateSegmentBelongsTo!
}
Fields
CreateWorkflowGoalInput.actions ● CreateActionHasMany input
CreateWorkflowGoalInput.conditionalActions ● CreateConditionalActionsHasMany input
CreateWorkflowGoalInput.description ● String scalar
CreateWorkflowGoalInput.name ● String! non-null scalar
CreateWorkflowGoalInput.search_period ● Int scalar
CreateWorkflowGoalInput.segment ● CreateSegmentBelongsTo! non-null input
Member Of
CreateWorkflowGoalsHasMany input ● UpdateWorkflowGoalsHasMany input


