From cbdb65492707d23c65ad4861cc36a36a0d3f6934 Mon Sep 17 00:00:00 2001 From: KvS Date: Wed, 20 Aug 2025 18:42:28 +0530 Subject: [PATCH] fix: show argument type on click in GQL documentation view (#5328) Co-authored-by: Viraj --- .../src/components/graphql/Argument.vue | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/packages/hoppscotch-common/src/components/graphql/Argument.vue b/packages/hoppscotch-common/src/components/graphql/Argument.vue index e516e439..1fc0f01d 100644 --- a/packages/hoppscotch-common/src/components/graphql/Argument.vue +++ b/packages/hoppscotch-common/src/components/graphql/Argument.vue @@ -1,13 +1,18 @@