Future<Problem> dailyProblem() async { return await fetchSingleProblem( query: GQLQueries.dailyProblemQuery, isDaily: true, ); }