diff --git a/guix/scripts/graph.scm b/guix/scripts/graph.scm
index 475f054571a830cd71b9e69a674061238bbd66b7..1719ffce6824f9753332c888cc0fc3276b7f96e9 100644
--- a/guix/scripts/graph.scm
+++ b/guix/scripts/graph.scm
@@ -39,6 +39,16 @@ (define-module (guix scripts graph)
             %bag-emerged-node-type
             %derivation-node-type
             %reference-node-type
+            %node-types
+
+            node-type
+            node-type?
+            node-type-identifier
+            node-type-label
+            node-type-edges
+            node-type-convert
+            node-type-name
+            node-type-description
 
             %graphviz-backend
             graph-backend?