INPUT_OBJECT

UpdateDatasetConfidence

link GraphQL Schema definition

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