The property graph inside an %Artefact{} — a list of nodes and relationships.
Constructed directly when building artefacts from structs:
%Artefact.Graph{
nodes: [%Artefact.Node{...}, ...],
relationships: [%Artefact.Relationship{...}, ...]
}
Summary
Types
@type t() :: %Artefact.Graph{ nodes: [Artefact.Node.t()], relationships: [Artefact.Relationship.t()] }