mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 05:21:47 +03:00
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
|