mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
25 lines
531 B
YAML
25 lines
531 B
YAML
type: bulk
|
|
args:
|
|
- type: track_table
|
|
args:
|
|
schema: hdb_catalog
|
|
name: hdb_function_agg
|
|
- type: track_table
|
|
args:
|
|
schema: hdb_catalog
|
|
name: hdb_function
|
|
- type: create_object_relationship
|
|
args:
|
|
name: return_table_info
|
|
table:
|
|
schema: hdb_catalog
|
|
name: hdb_function_agg
|
|
using:
|
|
manual_configuration:
|
|
remote_table:
|
|
schema: hdb_catalog
|
|
name: hdb_table
|
|
column_mapping:
|
|
return_type_schema: table_schema
|
|
return_type_name: table_name
|