Skip to main content

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). Also note that if the owner is a parent, then it's guaranteed to be an object.

type Parent {
parent: Object
}

Fields

Parent.parent ● Object object

Implemented By

ObjectOwner union