OBJECT
type SimpleJobTimeConstraints {CreatedById: ID! CreatedDate: Instant! EndBefore: Instant JobId: ID! LastModifiedById: ID! LastModifiedDate: Instant! Required: Boolean! StartAfter: Instant StartBefore: Instant Type: JobTimeConstraintType! UID: ID! }