How do I query all documents within a collection? #481
-
I've been able to figure out everything else, I just haven't figured out how to get all documents from a collection. |
Beta Was this translation helpful? Give feedback.
Answered by
WolfgangSenff
Jun 7, 2025
Replies: 1 comment 1 reply
-
All documents, or query against all documents? To get all documents, just use the collection.list() function. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
brandondavis95
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All documents, or query against all documents? To get all documents, just use the collection.list() function.