TimePeriodInputType
No description
input TimePeriodInputType {
amount: Int!
type: TimePeriodTypeEnum!
}
Fields
TimePeriodInputType.amount ● Int! non-null scalar
The length of the period.
TimePeriodInputType.type ● TimePeriodTypeEnum! non-null enum
The type of the period.
Member of
Was this page helpful?