0.9.2 Release
- You can now go from your schema types to typescript types more granularly than just
Document<TableName> with our Infer type- You can now add
.order after .filter when querying the database (it used to need to go before)- You can access the backend's api and http urls from functions:
CONVEX_SITE_URL and CONVEX_CLOUD_URLand more!
https://blog.convex.dev/announcing-convex-0-9-2/

