Hashnode logo
Hashnode
Create
Home
Feedback
Feature Requests
429
Changelog
Log in to your Hashnode account to give feedback

    Boards

  • Feature Requests

  • Bug Reports

Powered by Canny

Feature Requests

Category

Select a category
      • Rix
      • AI + Pro
      • Public APIs
      • Uncategorized
GraphQL API User.followers paginated results
Allow requesting User.followers paginated results in a similar way to posts. Right now, it is only possible to get 12 followers, regardless if you have more. The ideal query would support a page argument on the query like the following. { user(username: "brignoni") { followers(page: 2) { username } } }
2
·

planned

Powered by Canny