EmployeeRecord
A single row containing information about the employee who operated on the client.
Part of the BloodSugarInsulinReport.
type EmployeeRecord {
entries: [Employee]!
}
Fields
EmployeeRecord.entries ● [Employee]! non-null object
List of employees that operated this day. Array contains one element per day.
Elements can be null if there is no Entry on this day.
Member Of
BloodSugarInsulinRecord object