GraphRecord Module Overview#

The graphrecord module provides a comprehensive interface for managing records using graph data structures. This module offers various submodules and classes to create, modify, and query these records. Here’s a list of all its submodules:

graphrecords.graphrecord.GraphRecord()

An immutable record of nodes, edges and the groups they belong to.

graphrecords.datatype

GraphRecord-associated data types.

graphrecords.overview

Overview classes summarizing the contents of a GraphRecord.

graphrecords.plugins

Plugin authoring surface for the graphrecords library.

graphrecords.querying

graphrecords.schema

Schema classes describing the attributes a GraphRecord may hold.

graphrecords.types

Type aliases and value types for the graphrecords library.