ENUM

CalculationMethod

Calculation method.

link GraphQL Schema definition

1enum CalculationMethod {
2
3HOURS_AND_MINUTES
4
5DAYS_AND_HALF_DAYS
6}