Fix initial load breaking.
This commit is contained in:
@@ -7,7 +7,7 @@ const typeDefs = /* GraphQL */ `
|
||||
type Query {
|
||||
getTotalGroups: Int!
|
||||
getTodayStats: DailyStats!
|
||||
getStatsRange(startDate: Date, endDate: Date): [DailyStats]
|
||||
getStatsRange(startDate: String!, endDate: String!): [DailyStats]
|
||||
getTotalStats: TotalStats!
|
||||
getGroupStats(groupID: BigInt!): Groups
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user