mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
parent
4c9362c91b
commit
f73b847ddc
@ -42,12 +42,10 @@ const MetadataStatus = ({ dispatch, metadata }) => {
|
||||
ico.definition.table
|
||||
)}"`;
|
||||
} else if (ico.type === 'remote_relationship') {
|
||||
name = ico.definition.configuration.name;
|
||||
name = ico.definition.name;
|
||||
definition = `relationship between table "${getTableNameFromDef(
|
||||
ico.definition.table
|
||||
)}" and remote schema "${
|
||||
ico.definition.configuration.remote_schema
|
||||
}"`;
|
||||
)}" and remote schema "${ico.definition.remote_schema}"`;
|
||||
} else if (permissionTypes.includes(ico.type)) {
|
||||
name = `${ico.definition.role}-permission`;
|
||||
definition = `${ico.type} on table "${getTableNameFromDef(
|
||||
|
Loading…
Reference in New Issue
Block a user