GraphQL Syntax Support
Supported GraphQL syntax see below, and more are coming soon!
For detailed example on how to use them, please check GraphQL Guides.
Filtering
- filter
- not
- min
- max
- in
Sorting
- orderBy
- orderDirection
Pagination
- limit
- skip
Variables
- $variableName
Updated almost 2 years ago