mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
73e5c6ce47
https://github.com/hasura/graphql-engine-mono/pull/1591 GitOrigin-RevId: 42332798160a3a3b18404345390b235db1dd81a1
15 lines
395 B
YAML
15 lines
395 B
YAML
- description: set table custom fields
|
|
url: /v1/metadata
|
|
status: 200
|
|
response:
|
|
message: success
|
|
query:
|
|
type: citus_set_table_customization
|
|
args:
|
|
source: citus
|
|
table: table_to_customize
|
|
configuration:
|
|
custom_name: customized_table
|
|
custom_column_names: {column_to_customize: "customized_column"}
|
|
custom_root_fields: {select: "gather"}
|