summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/cursor_response.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/cursor_response.idl')
-rw-r--r--src/mongo/db/query/cursor_response.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/query/cursor_response.idl b/src/mongo/db/query/cursor_response.idl
index 66c118ff5f6..639a3cf3fe4 100644
--- a/src/mongo/db/query/cursor_response.idl
+++ b/src/mongo/db/query/cursor_response.idl
@@ -79,6 +79,10 @@ structs:
cursor:
description: "A response cursor object."
type: InitialResponseCursor
+ vars:
+ description: "An optional field containing additional response information for the query."
+ type: object
+ optional: true
GetMoreResponseCursor:
description: "A struct representing a subsequent response cursor."