Skip to content

Commit

Permalink
fix(curreny): add graph edges
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Nov 14, 2024
1 parent ca27307 commit c349065
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,15 @@
"direction": "outbound",
"toVerticeName": "templates"
}
],
"currency": [
{
"edgeName": "currency_has_countries",
"from": "id",
"to": "country_ids",
"direction": "outbound",
"toVerticeName": "countries"
}
]
},
"edgeDefinitions": [
Expand Down Expand Up @@ -291,6 +300,11 @@
"collection": "customer_has_templates",
"from": "customers",
"to": "templates"
},
{
"collection": "currency_has_countries",
"from": "currencies",
"to": "countrys"
}
]
},
Expand Down

0 comments on commit c349065

Please sign in to comment.