Skip to main content
It is possible to construct advanced GraphQL queries using the following features.

Comparison Operators

A comparison operator field allows you to define a condition that is more complex than exact equality, such as a range query.

Logical Operators

A logical operator field allows you to define logical combinations of independent QueryInput objects.

Sorting

You can sort in ascending and descending order by any root-level field that does not have a type of object or array.