plezanje-net / api

NestJS GraphQL web server
GNU General Public License v3.0
7 stars 2 forks source link

New graphQL query myActivityStatistics #163

Closed zoranmesec closed 1 year ago

zoranmesec commented 1 year ago

New GraphQL query myActivityStatistics to diplay activity statistics: { "myActivityStatistics": [ { "year": 2023, "difficulty": 400, "ascent_type": "onsight", "nr_routes": 1, "typename": "StatsActivities" }, { "year": 2020, "difficulty": 484.09090909090907, "ascent_type": "redpoint", "nr_routes": 1, "typename": "StatsActivities" }, ... { "year": 2023, "difficulty": 1550, "ascent_type": "redpoint", "nr_routes": 2, "__typename": "StatsActivities" } ] }