Skip to content

Commit

Permalink
fix(hasura): add permissions to endpoints_by_producer_id view to gues…
Browse files Browse the repository at this point in the history
…t role
  • Loading branch information
Torresmorah committed Jan 17, 2023
1 parent d119aa0 commit b56b030
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
table:
schema: public
name: endpoints_by_producer_id
schema: public
select_permissions:
- role: guest
permission:
columns:
- type
- value
- producer_id
- response
- head_block_time
- updated_at
filter: {}
allow_aggregations: true

0 comments on commit b56b030

Please sign in to comment.