We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0317cf7 commit 40d96a8Copy full SHA for 40d96a8
packages/graph-schema-utils/src/formatters/json/extensions.ts
@@ -140,7 +140,6 @@ export function hasDuplicateNodeObjectTypeIds(
140
141
export function fromJsonStruct(schemaJson: RootSchemaJsonStruct): GraphSchema {
142
const { graphSchema } = schemaJson.graphSchemaRepresentation;
143
- console.log(graphSchema, hasDuplicateNodeLabelIds(graphSchema));
144
if (hasDuplicateNodeLabelIds(graphSchema)) {
145
throw new Error("Duplicate node label IDs found in schema");
146
}
0 commit comments