Skip to content

Instantly share code, notes, and snippets.

@trezy
Created March 6, 2022 06:05
Show Gist options
  • Save trezy/6dc079d0ebadf7604dfd9b9ae700b60c to your computer and use it in GitHub Desktop.
Save trezy/6dc079d0ebadf7604dfd9b9ae700b60c to your computer and use it in GitHub Desktop.
Query(
Lambda(
["index"],
Let(
{
ref: Select(
["data", 0],
Paginate(Documents(Collection("Fortunes")), { size: 1 })
)
},
{
doc: Select("data", Get(Var("ref"))),
id: Select("id", Var("ref"))
}
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment