BenefitDashboardDetail
BenefitDashboardDetail provides information about the client, the total sum of benefits prices for the client for a specific month and a list of filtered work items
type BenefitDashboardDetail {
client: Client!
totalPerClient: BigDecimal
workItems: [SingleClientWorkItem]!
}
Fields
BenefitDashboardDetail.client ● Client! non-null object
The corresponding client
BenefitDashboardDetail.totalPerClient ● BigDecimal scalar
Total costs of the benefits for a single client
BenefitDashboardDetail.workItems ● [SingleClientWorkItem]! non-null object
A list of all connected work items
Member Of
BenefitDashboardDetails object