You can now get the top 100 users with the API. Please use a valid API key as I'll probably make it required for this end point.
{ users(orderBy: {streak: desc}) { username streak best_streak url } }
Nice! Thanks a lot. That was very fast.
So far GraphiQL has complained if I didn't provide an API key, so I have it set on the headers.
I've been playing around with the endpoint and it's working great. Next step is to build the visualization 💪
You can now get the top 100 users with the API. Please use a valid API key as I'll probably make it required for this end point.
Nice! Thanks a lot. That was very fast.
So far GraphiQL has complained if I didn't provide an API key, so I have it set on the headers.
I've been playing around with the endpoint and it's working great. Next step is to build the visualization 💪