From 35dc48a8d5507576e2a93904001c29118d1ab148 Mon Sep 17 00:00:00 2001 From: raae Date: Sun, 28 Jul 2024 22:00:09 +0200 Subject: [PATCH] fix: remove deprecation research --- plugin/node-creation/types.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/node-creation/types.js b/plugin/node-creation/types.js index 2910e396..7c31f155 100644 --- a/plugin/node-creation/types.js +++ b/plugin/node-creation/types.js @@ -1,7 +1,7 @@ exports.CloudinaryAssetType = ` type CloudinaryAsset implements Node { id: ID! - publicId: String! @deprecated(reason: "Use \`public_id\` instead") + publicId: String! cloudName: String! version: String originalWidth: Int