FindCollections finds all collections by the given type(s).
If collectionTypes is not set, it returns all collections.
Example:
app.FindAllCollections() // all collections app.FindAllCollections("auth", "view") // only auth and view collections Copy
app.FindAllCollections() // all collections app.FindAllCollections("auth", "view") // only auth and view collections
Rest
Generated using TypeDoc
FindCollections finds all collections by the given type(s).
If collectionTypes is not set, it returns all collections.
Example: