graphql-engine/server/tests-py/queries/graphql_introspection/descriptions/setup.yaml

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

52 lines
1.1 KiB
YAML
Raw Normal View History

type: bulk
args:
- type: pg_track_table
args:
table: automatic_comment_in_db
- type: pg_add_computed_field
args:
table: automatic_comment_in_db
name: upper_name
definition:
function: automatic_comment_in_db_upper_name
- type: pg_track_table
args:
table: automatic_no_comment_in_db
- type: pg_add_computed_field
args:
table: automatic_no_comment_in_db
name: upper_name
definition:
function: automatic_no_comment_in_db_upper_name
- type: pg_track_table
args:
table: explicit_comment_in_metadata
configuration:
comment: Such an explicit comment, wow
- type: pg_add_computed_field
args:
table: explicit_comment_in_metadata
name: upper_name
definition:
function: explicit_comment_in_metadata_upper_name
comment: Such an explicit function comment, wow
- type: pg_track_table
args:
table: explicit_no_comment_in_metadata
configuration:
comment: ""
- type: pg_add_computed_field
args:
table: explicit_no_comment_in_metadata
name: upper_name
definition:
function: explicit_no_comment_in_metadata_upper_name
comment: ""