Skip to content

Commit c7053c0

Browse files
committed
feat: add statusUpdateCountByDate query to get status update count of a member between two dates
1 parent 5eaf954 commit c7053c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/graphql/queries/member_queries.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use async_graphql::{ComplexObject, Context, Object, Result};
22
use sqlx::PgPool;
33
use std::sync::Arc;
4+
use chrono::NaiveDate;
45

56
use crate::models::{
67
attendance::{AttendanceInfo, AttendanceSummaryInfo},

0 commit comments

Comments
 (0)