AttendanceData
All attendances of a user for a specific time period
type AttendanceData {
attendances: [Attendance!]
total: Int!
}
Fields
AttendanceData.attendances ● [Attendance!] list object
The attendance entries for the user
AttendanceData.total ● Int! non-null scalar
Total worked time for the period, in minutes
Member Of
User object