INPUT_OBJECT
CreateDatasetConfidence
link GraphQL Schema definition
1 input CreateDatasetConfidence { 5 2 # Mininum Confidence Filter. Sources with confidence lower than this will be 3 # ignore 4 : Float 9 6 # Maximum Confidence Filter. Sources with confidence higher than this will be 7 # ignore 8 : Float 12 10 # allow sources with null confidence values 11 : Boolean 13 }