class Prism::Reflection::Field

for all other field types.
A field represents a single piece of data on a node. It is the base class

def initialize(name)

Initializes the field with the given name.
def initialize(name)
  @name = name
end