AgriWebb API
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

NaturalServiceRecord

object

On this page

FieldsNaturalServicePeriodEnd.type ● NaturalServicePeriodEndType!
non-null
enum
NaturalServicePeriodEnd.endDate ● Timestamp!
non-null
scalar
NaturalServicePeriodEnd.duration ● DurationValue
object
Member Of