CreateCampaignGoalInput
No description
input CreateCampaignGoalInput {
name: String!
segment: CreateSegmentInput!
within: Int
actions: ActionInput!
}
Fields
CreateCampaignGoalInput.name ● String! non-null scalar
CreateCampaignGoalInput.segment ● CreateSegmentInput! non-null input
CreateCampaignGoalInput.within ● Int scalar
CreateCampaignGoalInput.actions ● ActionInput! non-null input
Member Of
CreateDripCampaignInput input


