async-graphql / examples

217 stars 54 forks source link

Examples for filtering and pagination? #52

Open frederikhors opened 2 years ago

frederikhors commented 2 years ago

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.