diff --git a/packages/hoppscotch-app/components/graphql/Request.vue b/packages/hoppscotch-app/components/graphql/Request.vue
index 304ca6482..96d80bf12 100644
--- a/packages/hoppscotch-app/components/graphql/Request.vue
+++ b/packages/hoppscotch-app/components/graphql/Request.vue
@@ -20,6 +20,7 @@
focus-visible:bg-transparent focus-visible:border-dividerDark
"
:placeholder="$t('request.url')"
+ :disabled="connected"
@keyup.enter="onConnectClick"
/>
@@ -78,6 +79,7 @@
focus-visible:border-dividerDark
"
:placeholder="$t('socketio.url')"
+ :disabled="connectionState"
@keyup.enter="urlValid ? toggleConnection() : null"
/>