Delete .graphqlconfig
diff --git a/.graphqlconfig b/.graphqlconfig
deleted file mode 100644
index a5d6356..0000000
--- a/.graphqlconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-  "name": "Skywalking GraphQL Schema",
-  "schemaPath": "schema.graphql",
-  "extensions": {
-    "endpoints": {
-      "Dev GraphQL Endpoint": {
-        "url": "http://localhost:12800/graphql",
-        "headers": {
-          "user-agent": "JS GraphQL"
-        },
-        "introspect": false
-      }
-    }
-  }
-}
\ No newline at end of file