INPUT_OBJECT
UpdateDatasetConfidence
link GraphQL Schema definition
1 input UpdateDatasetConfidence { 4 2 # Mininum Confidence Filter. Ignore sources having confidence lower than this 3 Float : 7 5 # Maximum Confidence Filter. Ignore sources having confidence higher than this 6 Float : 10 8 # allow sources with null confidence values 9 Boolean : 11 }