Skip to content

Commit

Permalink
update the test collection name
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Jun 19, 2024
1 parent f2857fb commit 54ef638
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
$lookup: {
from: "aggtest",
from: "example_test",
as: "joinedField",
let: { pt: "$location" },
pipeline: [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
$lookup: {
from: "aggtest",
from: "example_test",
as: "joinedField",
let: { pt: "$location" },
pipeline: [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
$graphLookup: {
from: "aggtest",
from: "example_test",
startWith: "$reportsTo",
connectFromField: "reportsTo",
connectToField: "name",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{ $match: { "name": "Tanya Jordan" } },
{ $graphLookup: {
from: "aggtest",
from: "example_test",
startWith: "$friends",
connectFromField: "friends",
connectToField: "name",
Expand Down

0 comments on commit 54ef638

Please sign in to comment.