NewSegment
No description
type NewSegment {
id: ID!
name: String!
is_global: Boolean!
is_persona: Boolean!
segmentRevision: SegmentRevision!
}
Fields
NewSegment.id ● ID! non-null scalar
NewSegment.name ● String! non-null scalar
NewSegment.is_global ● Boolean! non-null scalar
NewSegment.is_persona ● Boolean! non-null scalar
NewSegment.segmentRevision ● SegmentRevision! non-null object
Returned By
createLocalSegment mutation ● updateNewSegment mutation
Member Of
Segment object


