OBJECT
InsuranceAuthorizationChartType
An object containing information about the chart for an insurance authorization type
link GraphQL Schema definition
- type InsuranceAuthorizationChartType {
- # the title of the earliest date value of the chart
- String :
- # the value of the earliest date value of the chart
- String :
- # the title of the latest date value of the chart
- String :
- # the value of the latest date value of the chart
- String :
- # the percentage width of the left section of the chart
- String :
- # the title of the middle date value of the chart
- String :
- # the value of the middle date value of the chart
- String :
- # the percentage width of the right section of the chart
- String :
- }