module GraphQL::Execution::Lazy::Resolve::NullAccumulator

def self.<<(item)

def self.<<(item)
  [item]
end

def self.empty?

def self.empty?
  true
end