lewisblackwood
10/25/2017, 4:23 PMhasNextPage when working with the Simple API? I've implemented pagination, using a combination of first and after in my query filter. It would be useful to have an indication that there are no further records to return.
Reference for hasNextPage in the Apollo docs here: http://dev.apollodata.com/react/pagination.html#relay-cursorshvillain
10/26/2017, 7:43 PM_allYourTypeMeta {count} in your query. You'll get the number of existing documents. Hope it helps 😉lewisblackwood
10/28/2017, 4:25 PM