Developer-DAO / Developer-DAO/Lens-Graph-Subgraph
Null Profile Stats
- Langage dominant
- TypeScript
- Étoiles
- 54
- Forks
- 14
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
### Contact Details
_No response_
### What is the expected behavior?
You are probably already aware of this, but I couldn't find an existing issue to track.
When querying the stats entity within profiles, it would be awesome to be able to get user level stats like number of followers, following, posts, comments, etc...
### What is the current behavior?
Right now the stats entity within profiles returns all null values:

### Reproduction steps
```bash
1. Navigate to playground: https://thegraph.com/hosted-service/subgraph/nazeeh21/lens-protocol-matic
2. Run query:
{
profiles(first: 10) {
id
handle
stats{
totalFollowers
totalPosts
totalFollowing
}
}
}
```
```
### Version
_No response_
### Relevant log output
_No response_
### Your Environment
Subgraph: https://thegraph.com/hosted-service/subgraph/nazeeh21/lens-protocol-matic
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Exécutez la requête profiles fournie dans le playground du service hébergé lié et confirmez que les champs stats renvoient null. Suivez la manière dont les statistiques des profils sont renseignées et exposez totalFollowers, totalPosts et totalFollowing ; la tâche est terminée lorsque ces champs renvoient les nombres correspondants au niveau utilisateur pour les profils.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- graphql, typescript
- Domaine
- backend-api-design
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100