class GraphQL::Language::Nodes::WrapperType
Base class for non-null type names and list type names
def children
def children [].freeze end
def initialize_node(of_type: nil)
def initialize_node(of_type: nil) @of_type = of_type end
Base class for non-null type names and list type names
def children [].freeze end
def initialize_node(of_type: nil) @of_type = of_type end