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


