mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
4702ba514a
GitOrigin-RevId: 36ceb1852bc7779092cfb59c92035dd9635b2e3f
30 lines
504 B
YAML
30 lines
504 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: pg_track_table
|
|
args:
|
|
table: authors
|
|
|
|
- type: pg_create_select_permission
|
|
args:
|
|
table: authors
|
|
role: introspection_disabled
|
|
permission:
|
|
columns:
|
|
- name
|
|
filter: {}
|
|
|
|
- type: pg_create_select_permission
|
|
args:
|
|
table: authors
|
|
role: introspection_not_diabled
|
|
permission:
|
|
columns:
|
|
- name
|
|
filter: {}
|
|
|
|
- type: set_graphql_schema_introspection_options
|
|
args:
|
|
disabled_for_roles:
|
|
- introspection_disabled
|