Skip to content

Commit

Permalink
Join tables to get txn detail (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtso authored Apr 15, 2024
1 parent ca3f644 commit 7d215b9
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions hasura-api/metadata-json/unified.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"resource_version": 313,
"resource_version": 316,
"metadata": {
"version": 3,
"sources": [
Expand Down Expand Up @@ -295,6 +295,23 @@
"name": "account_transactions",
"schema": "public"
},
"object_relationships": [
{
"name": "user_transaction",
"using": {
"manual_configuration": {
"column_mapping": {
"transaction_version": "version"
},
"insertion_order": null,
"remote_table": {
"name": "user_transactions",
"schema": "public"
}
}
}
}
],
"array_relationships": [
{
"name": "coin_activities",
Expand Down Expand Up @@ -2485,7 +2502,7 @@
"GET"
],
"name": "Latest Processor Status",
"url": "get_lastest_processor_status"
"url": "get_latest_processor_status"
}
],
"api_limits": {
Expand Down

0 comments on commit 7d215b9

Please sign in to comment.