WeeklyPeriod
No description
type WeeklyPeriod {
dayOfWeek: DayEnum!
weekCount: Int!
}
Fields
WeeklyPeriod.dayOfWeek
● DayEnum!
non-null enum
WeeklyPeriod.weekCount
● Int!
non-null scalar
Implemented By
RepaymentCycleLength
union