mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
Encode logical models in ToJSON SourceInfo
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8172 GitOrigin-RevId: cb8d5c8efa9017e725bba96de747a29909736eb8
This commit is contained in:
parent
29b5aee03a
commit
66c8b2d2c6
@ -93,6 +93,7 @@ instance
|
||||
[ "name" .= _siName,
|
||||
"tables" .= _siTables,
|
||||
"functions" .= _siFunctions,
|
||||
"logical_models" .= _siLogicalModels,
|
||||
"configuration" .= _siConfiguration,
|
||||
"query_tags_config" .= _siQueryTagsConfig
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user