mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
42da1dbc2e
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4563 GitOrigin-RevId: 0ae1f226a63dae34e6cb0d001b4915c05b0974cf
21 lines
579 B
YAML
21 lines
579 B
YAML
- description: PG add source
|
|
url: /v1/metadata
|
|
status: 400
|
|
response:
|
|
path: "$.args"
|
|
error: sources other than postgres do not support graphql-default as naming convention yet
|
|
code: not-supported
|
|
query:
|
|
type: mssql_add_source
|
|
args:
|
|
name: mssql_naming_conventions_db
|
|
configuration:
|
|
connection_info:
|
|
connection_string:
|
|
from_env: HASURA_GRAPHQL_MSSQL_SOURCE_URL
|
|
pool_settings:
|
|
max_connections: 50
|
|
idle_timeout: 180
|
|
customization:
|
|
naming_convention: graphql-default
|