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