GraphQL/Objects
NaturalServicePeriodEnd
No description
type NaturalServicePeriodEnd {
type: NaturalServicePeriodEndType!
endDate: Timestamp!
duration: DurationValue
}Fields
NaturalServicePeriodEnd.type ● NaturalServicePeriodEndType! non-null enum
Type of entry: duration or endDate
NaturalServicePeriodEnd.endDate ● Timestamp! non-null scalar
The calculated or specified end date of the joining period
NaturalServicePeriodEnd.duration ● DurationValue object
The duration the user entered (if type is 'duration')
Member Of
object