SurchargeData
Type and total time for a surcharge applied to the client
type SurchargeData {
duration: Int!
type: String!
}
Fields
SurchargeData.duration ● Int! non-null scalar
Duration, for which the surcharge has been applied
SurchargeData.type ● String! non-null scalar
Type of the surcharge (comes form Odoo)
Member Of
AttendanceOverview object ● DailyAttendanceSummary object