async-graphql / examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples for filtering and pagination?

frederikhors opened this issue · comments

Congratulations again for the work done so far.

I'm wondering if there is somewhere a more common example of complex pagination and filtering.

Example:

  1. "sort on multiple fields",
  2. "filter with EQ, NEQ, AND, OR on field"
  3. etc.