Skip to content

Commit

Permalink
feat: hasura metadata re-alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasDeco committed Oct 11, 2024
1 parent 6db2c40 commit 4fb7efc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ object_relationships:
- name: transaction_watcher
using:
foreign_key_constraint_on: watcher_acct
select_permissions:
- role: anonymous
permission:
columns:
- slot
- tx_sig
- watcher_acct
filter: {}
comment: ""
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@ select_permissions:
- role: anonymous
permission:
columns:
- failed
- slot
- failed
- main_ix_type
- tx_sig
- serializer_logic_version
- payload
- block_time
filter: {}
comment: ""
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
- "!include public_indexers.yaml"
- "!include public_makes.yaml"
- "!include public_markets.yaml"
- "!include public_new_prices.yaml"
- "!include public_orders.yaml"
- "!include public_prices.yaml"
- "!include public_prices_chart_data.yaml"
Expand Down

0 comments on commit 4fb7efc

Please sign in to comment.