We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from
to
The Data Index GraphQL endpoint currently lists the following operators for Number and Date:
Number
Date
* between: Numeric range * from: Integer * to: Integer
and
* between: Date range * from: Date time * to: Date time
However, from and to are not standalone operators. They should only be used as part of the between operator.
between
To improve clarity, I propose updating the documentation as follows:
* `between`: Date range (with `from` and `to` values required)
* `between`: Numeric range (with `from` and `to` values required)
The text was updated successfully, but these errors were encountered:
@gciavarrini can you open a PR?
Sorry, something went wrong.
Resolved by #680
No branches or pull requests
The Data Index GraphQL endpoint currently lists the following operators for
Number
andDate
:and
However,
from
andto
are not standalone operators. They should only be used as part of thebetween
operator.To improve clarity, I propose updating the documentation as follows:
* `between`: Date range (with `from` and `to` values required)
and
* `between`: Numeric range (with `from` and `to` values required)
The text was updated successfully, but these errors were encountered: