fix(graphql): remove false deprecation note (#13402)

This commit is contained in:
Jay 2025-05-06 04:03:51 -04:00 committed by GitHub
parent eb41e0bbdd
commit 75e3d29231
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}