diff --git a/assets/js/graphiql.js b/assets/js/graphiql.js index 072dfde..9deb21a 100644 --- a/assets/js/graphiql.js +++ b/assets/js/graphiql.js @@ -32920,7 +32920,7 @@ var _validUrl = __webpack_require__(429); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } var options = { method: 'post', headers: { 'Content-Type': 'application/json' } }; -var endpoint = 'http://localhost/graphql/'; // Initial +var endpoint = 'http://192.168.64.3/graphql/'; // Initial var defaultQuery = '\n# Welcome to GraphiQL\n#\n# GraphiQL is an in-browser tool for writing, validating, and\n# testing GraphQL queries.\n#\n# Type queries into this side of the screen, and you will see intelligent\n# typeaheads aware of the current GraphQL type schema and live syntax and\n# validation errors highlighted within the text.\n#\n# GraphQL queries typically start with a "{" character. Lines that starts\n# with a # are ignored.\n#\n# An example GraphQL query might look like:\n#\n# {\n# field(arg: "value") {\n# subField\n# }\n# }\n#\n# Keyboard shortcuts:\n#\n# Run Query: Ctrl-Enter (or press the play button above)\n#\n# Auto Complete: Ctrl-Space (or just start typing)\n#\n# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #\n# Default endpoint is an instance of https://www.graph.cool/\n# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #\n\nquery {\n countries {\n name\n }\n}\n'; diff --git a/composer.json b/composer.json index 7f22e23..f0359c3 100644 --- a/composer.json +++ b/composer.json @@ -3,11 +3,6 @@ "type": "october-plugin", "description": "None", "require": { - "composer/installers": "~1.0", - "nuwave/lighthouse": "^5.0", - "laragraph/utils": "^1.0", - "thecodingmachine/safe": "^1.0", - "haydenpierce/class-finder": "^0.4", - "webonyx/graphql-php": "^14.0" + "composer/installers": "~1.0" } }