UpdateNewSegmentInput
No description
input UpdateNewSegmentInput {
conditions: ConditionsInput!
id: ID!
name: String
}
Fields
UpdateNewSegmentInput.conditions ● ConditionsInput! non-null input
UpdateNewSegmentInput.id ● ID! non-null scalar
UpdateNewSegmentInput.name ● String scalar
Member Of
updateNewSegment mutation


