module ElasticGraph::GraphQL::QueryAdapter::Filters::NilFocusedSet

def union(other)

def union(other)
  (includes_nil? || other.includes_nil?) ? IncludesNilSet : ExcludesNilSet
end