graphql-engine/server/tests-py/queries/subscriptions/customized_source/pre_setup.yaml

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

20 lines
398 B
YAML
Raw Normal View History

type: pg_add_source
args:
name: pg1
configuration:
connection_info:
database_url:
from_env: HASURA_GRAPHQL_PG_SOURCE_URL_1
pool_settings:
max_connections: 50
idle_timeout: 180
retries:
customization:
root_fields:
namespace: my_source
prefix: fpref_
suffix: _fsuff
type_names:
prefix: tpref_
suffix: _tsuff