Fetch Usernames
This guide will help you with fetching Usernames from Lens API.
Fetch a Username
- TypeScript
- GraphQL
- React
Use the fetchUsername function to fetch a single username by localName or ID.
List Usernames
- TypeScript
- GraphQL
- React
Use the paginated fetchUsernames action to fetch a list of Usernames based on the provided filters.
See the Pagination guide for more information on how to handle paginated results.