This page is for the Graph data structure, key in many fields of CS.
The graph data structure simply defines a set of nodes and a set of edges. Nodes can be connected by these edges.
Edges can have numbers attached to them, but they don't have to.