change default maxDepth value

Signed-off-by: Maximilian Vorbrodt <maximilian.vorbrodt@hotmail.com>
This commit is contained in:
Maximilian Vorbrodt
2022-11-28 11:10:21 +01:00
parent e96595c45d
commit 42565b4b4b
@@ -89,7 +89,7 @@ export const EntityRelationsGraph = (props: {
}) => {
const {
rootEntityNames,
maxDepth = Number.POSITIVE_INFINITY,
maxDepth = 2,
unidirectional = true,
mergeRelations = true,
kinds,