OBJECT

RecalculationDate

Recalculation date.

link GraphQL Schema definition

1type RecalculationDate {
2
3day: Int!
4
5month: Int!
6
7}