From 75e3d2923109e16295f22f8d6835e4f06482fdcb Mon Sep 17 00:00:00 2001 From: Jay <159848059+jayacryl@users.noreply.github.com> Date: Tue, 6 May 2025 04:03:51 -0400 Subject: [PATCH] fix(graphql): remove false deprecation note (#13402) --- datahub-graphql-core/src/main/resources/tests.graphql | 1 - 1 file changed, 1 deletion(-) diff --git a/datahub-graphql-core/src/main/resources/tests.graphql b/datahub-graphql-core/src/main/resources/tests.graphql index 20013a5d11..b36ef7c507 100644 --- a/datahub-graphql-core/src/main/resources/tests.graphql +++ b/datahub-graphql-core/src/main/resources/tests.graphql @@ -44,7 +44,6 @@ Definition of the test type TestDefinition { """ JSON-based def for the test - Deprecated! JSON representation is no longer supported. """ json: String }