Parent
If the object's owner is a Parent, this object is part of a dynamic field (it is the value of the dynamic field, or the intermediate Field object itself), and it is owned by another object.
Although its owner is guaranteed to be an object, it is exposed as an Owner, as the parent object could be wrapped and therefore not directly accessible.
type Parent {
parent: Owner
}
Fields
Parent.parent
● Owner
object
Implemented By
ObjectOwner
union