Documents() function is missing
Closed this issue · 2 comments
sahilpma commented
You have provided a wonderful solution. Thanks for this!!!
I found an issue while I was playing around and the Documents function was missing.
https://docs.fauna.com/fauna/current/api/fql/functions/documents?lang=csharp
cicanci commented
@sahilpma thank you for your comment :)
This Unity package had the FaunaDB 2.1.0, which was so old that didn't have the Documents
class. I updated now to FaunaDB 4.0.0-preview (because the official version was not released yet).
You may need to remove and add back the repository if you don't see an update in your Unity package manager (or close Unity to update it).
sahilpma commented
Thanks