graphql-engine/server/tests-py/queries/subscriptions/customized_source/pre_setup_mssql.yaml
David Overton aac64f2c81 Source typename customization (close graphql-engine#6974)
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/1616
GitOrigin-RevId: f7eefd2367929209aa77895ea585e96a99a78d47
2021-10-29 14:43:14 +00:00

19 lines
393 B
YAML

type: mssql_add_source
args:
name: mssql1
configuration:
connection_info:
connection_string:
from_env: HASURA_GRAPHQL_MSSQL_SOURCE_URL
pool_settings:
max_connections: 50
idle_timeout: 180
customization:
root_fields:
namespace: my_source
prefix: fpref_
suffix: _fsuff
type_names:
prefix: tpref_
suffix: _tsuff