:mod:`langchain_community.graphs.memgraph_graph`.MemgraphGraph
=====================================================================

.. currentmodule:: langchain_community.graphs.memgraph_graph

.. autoclass:: MemgraphGraph

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~MemgraphGraph.get_schema
      ~MemgraphGraph.get_structured_schema
   
   

   
   
   .. rubric:: Methods

   .. autosummary::
   
      ~MemgraphGraph.__init__
      ~MemgraphGraph.add_graph_documents
      ~MemgraphGraph.query
      ~MemgraphGraph.refresh_schema

   
   .. automethod:: MemgraphGraph.__init__
   .. automethod:: MemgraphGraph.add_graph_documents
   .. automethod:: MemgraphGraph.query
   .. automethod:: MemgraphGraph.refresh_schema

   
   


.. example_links:: MemgraphGraph