Segment
No description
type Segment {
id: ID!
name: String
description: String
evaluation_period: Int
rbac_role_id: Int
domain_group_id: Int!
exclude_known_isps: Boolean
hide_anonymous_contacts: Boolean
is_global: Boolean
get_variables_determine_distinct_web_pages: Boolean
created_at: DateTime
updated_at: DateTime
archived: Boolean
folder: SegmentFolder
timezone_id: Int
conditions: JSON!
is_primary: Boolean!
}
Fields
Segment.id
● ID!
non-null scalar
Segment.name
● String
scalar
Segment.description
● String
scalar
Segment.evaluation_period
● Int
scalar
Segment.rbac_role_id
● Int
scalar
Segment.domain_group_id
● Int!
non-null scalar
Segment.exclude_known_isps
● Boolean
scalar
Segment.hide_anonymous_contacts
● Boolean
scalar
Segment.is_global
● Boolean
scalar
Segment.get_variables_determine_distinct_web_pages
● Boolean
scalar
Segment.created_at
● DateTime
scalar
Segment.updated_at
● DateTime
scalar
Segment.archived
● Boolean
scalar
Segment.folder
● SegmentFolder
object
Segment.timezone_id
● Int
scalar
Segment.conditions
● JSON!
non-null scalar
Segment.is_primary
● Boolean!
non-null scalar
Returned By
cloneSegment
mutation ● createSegment
mutation ● deleteSegment
mutation ● moveSegmentsToFolder
mutation ● segment
query ● updateSegment
mutation
Member Of
Alert
object ● AutomatedAction
object ● CampaignGoal
object ● DripCampaign
object ● JobAlertEmail
object ● MarketingListAutomation
object ● RecurringJobSummary
object ● Report
object ● ScoringRule
object ● SegmentPaginator
object ● SubscriptionListAutomation
object ● View
object ● WorkflowNode
object