From 15efbc887c3aba465da53646215868851898aba7 Mon Sep 17 00:00:00 2001 From: Anwarul Islam Date: Fri, 30 Aug 2024 18:08:01 +0600 Subject: [PATCH] feat: graphql response schema ui (#4310) feat: data schema added for graphql response --- .../src/components/graphql/Response.vue | 32 +++++---------- .../src/components/http/ResponseInterface.vue | 41 ++++++++++++++++--- 2 files changed, 46 insertions(+), 27 deletions(-) diff --git a/packages/hoppscotch-common/src/components/graphql/Response.vue b/packages/hoppscotch-common/src/components/graphql/Response.vue index b0357f5ea..8a867ee59 100644 --- a/packages/hoppscotch-common/src/components/graphql/Response.vue +++ b/packages/hoppscotch-common/src/components/graphql/Response.vue @@ -46,7 +46,7 @@ > @@ -95,19 +94,17 @@