Hi,
I want to use GraphQL for searching and building a listing page with pagination. As I explored, I understand that GraphQL supports offset, limit, sorting etc. but I couldn't find a way to get the total number of results to achieve pagination with page number.
It would be really helpful if anyone can suggest how can we achieve it using GraphQL.
Thanks in advance.