graphql-engine/server/tests-py/queries/graphql_introspection/descriptions/setup.yaml
Daniel Chambers dd403f92e2 Customization of table GraphQL schema descriptions
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3570
GitOrigin-RevId: f642a4d9efdd26a344951fcab6c1bbbc1253dfa3
2022-02-10 06:32:44 +00:00

22 lines
401 B
YAML

type: bulk
args:
- type: pg_track_table
args:
table: automatic_comment_in_db
- type: pg_track_table
args:
table: automatic_no_comment_in_db
- type: pg_track_table
args:
table: explicit_comment_in_metadata
configuration:
comment: Such an explicit comment, wow
- type: pg_track_table
args:
table: explicit_no_comment_in_metadata
configuration:
comment: ""