Object#

class subgrounds.subgraph.object.Object(subgraph: 'Subgraph', object: 'TypeMeta.ObjectMeta | TypeMeta.InterfaceMeta')#
_select(name)#

Selects the field from self with name name and returns the field as a FieldPath.

Parameters:

name (str) -- The name of the field

Raises:

TypeError -- _description_

Returns:

_description_

Return type:

FieldPath