Resoto uses a directed graph to represent your infrastructure resources as nodes and relationships between them as edges. A load balancer for example is represented as node with edges pointing to all target compute instances. The compute instance might have a volume attached, where we would see an edge between the instance node and the volume node.
Nodes represent resources, while edges define the relationship between nodes. It is often the case that a resource has multiple relationships to other resources.