Method: Elasticsearch::API::Graph#graph

Defined in:
lib/elasticsearch/api/namespace/graph.rb

#graphObject

Proxy method for GraphClient, available in the receiving object



31
32
33
# File 'lib/elasticsearch/api/namespace/graph.rb', line 31

def graph
  @graph ||= GraphClient.new(self)
end