OBJECT
Segment
Segment Record
link GraphQL Schema definition
- type Segment {
- # The view the segment defaults to, null when created by user
- String :
- # URL of an automation that references the segment
- String :
- # When the segment was created
- ISO8601DateTime! :
- # Is this segment a default or user created
- Boolean! :
- # The set of filters which make up a segment
- FilterSet! :
- # ID of the segment
- ID! :
- # Name of the segment
- String! :
- # permission of the Segment
- Permission! :
- # The resource to which the filter set applies
- FilterableResource! :
- # When the segment was last updated
- ISO8601DateTime! :
- # The user which the segment belongs to
- User :
- }
link Require by
- CreateSegmentPayloadAutogenerated return type of CreateSegment
- DefaultSegmentPayloadAutogenerated return type of DefaultSegment
- DestroySegmentPayloadAutogenerated return type of DestroySegment
- QueryThe query root of this schema
- SegmentConnectionThe connection type for Segment.
- SegmentEdgeAn edge in a connection.
- UpdateSegmentPayloadAutogenerated return type of UpdateSegment
- UserDisplaySegmentnull