Skip to content

Commit

Permalink
api client should be able to select from payment_status
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Dec 1, 2023
1 parent 88f9a53 commit a7e94d7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hasura.planx.uk/metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,18 @@
- flow_id
- session_id
- amount
select_permissions:
- role: api
permission:
columns:
- payment_id
- status
- team_slug
- created_at
- flow_id
- session_id
- amount
filter: {}
- table:
schema: public
name: payment_status_enum
Expand Down

0 comments on commit a7e94d7

Please sign in to comment.