For the complete documentation index, see llms.txt. This page is also available as Markdown.

range

Examples

input Range {
  from: Float
  to: Float
}

Fields

Field
Description
Supported fields

from Float

Start value of the range filter (inclusive)

to Float

End value of the range filter (inclusive)

References

Fields with this object:

Last updated