Skip to content

Instantly share code, notes, and snippets.

View c100k's full-sized avatar
🎯
Focusing

Chafik c100k

🎯
Focusing
  • Paris
View GitHub Profile
@c100k
c100k / StravaKudosBugReport.md
Created November 25, 2018 16:09
[Strava] Kudos Bug Report

Expected Behavior

Given an activity page

When I click on a notification "Zinedine Zidane and 99 others gave you kudos for Afternoon Run" in the notification center

Then It should open the kudos modal with the list of people who gave me kudos

Current behavior

@GraphQLName("query")
public final class QuerySchema {
@GraphQLField
public static Entity entity(final DataFetchingEnvironment env, final String key) {
return ((Dao<Entity>)env.getSource()).find(key);
}
}