.. _api-gfql-chain:

GFQL Chain Matcher
======================

Chain enables combining multiple matchers into a single matcher, e.g., for mining paths and subgraphs.

Same-path constraints are expressed via `where` on a Chain; see :doc:`/gfql/where`.

.. automodule:: graphistry.compute.chain
   :members:
   :show-inheritance:
