ComplexityRangeInput
Input type for defining a complexity range filter. Both min and max must be non-negative numbers, and min must be less than or equal to max.
input ComplexityRangeInput {
max: Float!
min: Float!
}
Fields
ComplexityRangeInput.max ● Float! non-null scalar
Maximum complexity score (inclusive). Must be non-negative and greater than or equal to min.
ComplexityRangeInput.min ● Float! non-null scalar
Minimum complexity score (inclusive). Must be non-negative and less than or equal to max.
Member Of
MetricsFilterInput input