You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using graphql-compose without MongoDB. I have a SQL database, but there's a business logic layer between the DB and GQL. So for practical purposes, my GraphQL layer does not interact with the database, it may as well come from a hardcoded array.
How am i supposed to implement first/after, last/before, limit/skip, and sort like this?
I'm using graphql-compose without MongoDB. I have a SQL database, but there's a business logic layer between the DB and GQL. So for practical purposes, my GraphQL layer does not interact with the database, it may as well come from a hardcoded array.
How am i supposed to implement first/after, last/before, limit/skip, and sort like this?
Here is a simplified version of my code:
With this code, it seems to successfully filter, but pageInfo.hasNextPage and hasPreviousPage are always false.
The text was updated successfully, but these errors were encountered: