graphql-engine/server/tests-py/queries/v1/metadata/set_table_customization.yaml

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

15 lines
394 B
YAML
Raw Normal View History

- description: set table custom fields
url: /v1/metadata
status: 200
response:
message: success
query:
type: pg_set_table_customization
args:
source: default
table: table_to_customize
configuration:
custom_name: customized_table
custom_column_names: {column_to_customize: "customized_column"}
custom_root_fields: {select: "gather"}