FloatFilterInput
Filter which can be used to filter for Nodes with a specific Float field
input FloatFilterInput {
  eq: Float
  gt: Float
  gte: Float
  in: [Float!]
  lt: Float
  lte: Float
}
Fields
FloatFilterInput.eq ● Float scalar
Matches values which are equal to the provided value
FloatFilterInput.gt ● Float scalar
Matches values which are greater than the provided value
FloatFilterInput.gte ● Float scalar
Matches values which are greater than or equal to the provided value
FloatFilterInput.in ● [Float!] list scalar
Matches values which are equal to any of the provided values
FloatFilterInput.lt ● Float scalar
Matches values which are lesser than the provided value
FloatFilterInput.lte ● Float scalar
Matches values which are lesser than or equal to the provided value
Member of
IssuePriorityFilterInput  input