Chapter 1. Graph Data
======================
.. image:: https://img.shields.io/github/forks/graph4ai/graph4nlp?style=social
        :target: https://github.com/graph4ai/graph4nlp/fork
.. image:: https://img.shields.io/github/stars/graph4ai/graph4nlp?style=social
        :target: https://github.com/graph4ai/graph4nlp
        
Graph data is the basis of Graph4NLP's dataflow. The GraphData class provides support for constructing, manipulating and
computing graph-structured data for user, via the methods implemented in the `GraphData` class.
This chapter will show you how to use this interface by walking through the whole lifecycle of a typical GraphData instance.

* :ref:`guide-construct`
* :ref:`guide-manipulate`
* :ref:`guide-batching`


.. toctree::
   :glob:
   :maxdepth: 2
   :hidden:
   :caption: GraphData

   graphdata/construct
   graphdata/manipulate
   graphdata/batching