We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6157d2 commit 804e6adCopy full SHA for 804e6ad
src/collection.ts
@@ -2521,6 +2521,9 @@ export interface DocumentCollection<T extends object = any>
2521
* See {@link DocumentCollection} for a more generic variant of this interface
2522
* more suited for regular document collections.
2523
*
2524
+ * See also {@link GraphEdgeCollection} for the type representing an edge
2525
+ * collection in a {@link Graph}.
2526
+ *
2527
* When using TypeScript, collections can be cast to a specific edge document
2528
* data type to increase type safety.
2529
0 commit comments