diff --git a/packages/hoppscotch-app/components/collections/graphql/index.vue b/packages/hoppscotch-app/components/collections/graphql/index.vue index a6b5c1306..3ff25792f 100644 --- a/packages/hoppscotch-app/components/collections/graphql/index.vue +++ b/packages/hoppscotch-app/components/collections/graphql/index.vue @@ -291,7 +291,7 @@ export default defineComponent({ duplicateRequest({ folderPath, request }) { saveGraphqlRequestAs(folderPath, { ...request, - name: request.name + "-Copy", + name: request.name + " - Copy", }) }, },