From be3e5ba7e7b8359ce8f386eda8b9f3769e1ff28a Mon Sep 17 00:00:00 2001 From: Anwarul Islam Date: Wed, 8 Nov 2023 15:21:39 +0600 Subject: [PATCH] fix: graphql query deprecation issue (#3506) --- .../src/components/graphql/Field.vue | 111 ++++++++++-------- .../src/components/graphql/Sidebar.vue | 8 +- .../src/components/graphql/TypeLink.vue | 53 ++++----- 3 files changed, 87 insertions(+), 85 deletions(-) diff --git a/packages/hoppscotch-common/src/components/graphql/Field.vue b/packages/hoppscotch-common/src/components/graphql/Field.vue index 9c022354f..c9c18532c 100644 --- a/packages/hoppscotch-common/src/components/graphql/Field.vue +++ b/packages/hoppscotch-common/src/components/graphql/Field.vue @@ -1,50 +1,55 @@ -