howtographql / graphql-js

https://www.howtographql.com/graphql-js/1-getting-started/
363 stars 124 forks source link

Fixed count when skip is passed. #51

Closed RecoX closed 5 years ago

RecoX commented 5 years ago

When skip parameter is passed to the query, the counter returns all the items in the database instead of the items specified in the criteria.

itscarlosrufo commented 5 years ago

Thanks @RecoX 😄