Mutation: setJourneyLogOrder
operator {
journeyLogSettings {
setJourneyLogOrder(
field: JourneyLogConfigurableField!
order: IntPositive!
): Boolean!
}
}
Arguments
setJourneyLogOrder.field ● JourneyLogConfigurableField! non-null enum
setJourneyLogOrder.order ● IntPositive! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.