How did you create your nodes? Did you import some external data?
In this case, whatever import routine you used almost certainly offers a way to import edges as well as nodes (provided the data your are importing actually contains edge information).
If you did not import external data, but created nodes manually, you will have to create edges manually as well.