diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index b77a1c29a89..ec241603d55 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -13027,18 +13027,21 @@ Returns an empty String "" at the end of the list.
+ Return the scroll offset.
+ Set the zoom value of the GraphEdit. Zoom value is between [0.01; 1.728].
+ Return the current zoom value.
@@ -13059,20 +13062,24 @@ Returns an empty String "" at the end of the list.
+ Signal sent when a GraphNode is attempted to be removed from the GraphEdit.
+ Signal sent when a GraphNode is attempted to be duplicated in the GraphEdit.
+ Signal sent when a popup is requested. Happens on right-clicking in the GraphEdit. 'p_position' is the position of the mouse pointer when the signal is sent.
+ Signal sent at the beginning of a GraphNode movement.
@@ -13103,6 +13110,7 @@ Returns an empty String "" at the end of the list.
+ Signal sent at the end of a GraphNode movement.