graphql-engine/server/tests-py/queries/subscriptions/basic/setup_mssql.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
338 B
YAML
Raw Normal View History

type: bulk
args:
- type: mssql_track_table
args:
source: mssql
table:
schema: hge_tests
name: test_t1
- type: mssql_create_select_permission
args:
source: mssql
table:
name: test_t1
schema: hge_tests
role: user
permission:
columns: '*'
filter:
c1: X-Hasura-Custom