{"id":13452476,"url":"https://github.com/stephen/vscode-graphql","last_synced_at":"2025-04-10T14:08:22.445Z","repository":{"id":22610461,"uuid":"96666975","full_name":"stephen/vscode-graphql","owner":"stephen","description":":grapes: A GraphQL extension for vscode with support for autocomplete, go to def, and more","archived":false,"fork":false,"pushed_at":"2023-05-03T11:53:38.000Z","size":171,"stargazers_count":42,"open_issues_count":17,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-24T12:48:02.576Z","etag":null,"topics":["graphql","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stephen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-09T06:58:13.000Z","updated_at":"2023-08-15T16:19:50.000Z","dependencies_parsed_at":"2024-07-31T07:14:26.121Z","dependency_job_id":null,"html_url":"https://github.com/stephen/vscode-graphql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen%2Fvscode-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen%2Fvscode-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen%2Fvscode-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen%2Fvscode-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephen","download_url":"https://codeload.github.com/stephen/vscode-graphql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248232188,"owners_count":21069477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graphql","vscode","vscode-extension"],"created_at":"2024-07-31T07:01:25.190Z","updated_at":"2025-04-10T14:08:22.420Z","avatar_url":"https://github.com/stephen.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# vscode-graphql\nSyntax highlighting, diagnostics, autocomplete, and go to definition for `.graphql` / `.gql` files.\n\n## Features\n- Syntax highlighting\n- Autocomplete\n- Go to definition\n- Error diagnostics\n\nAutocomplete, go to definition, and diagnostics are language server features supported by the [graphql-language-service](https://github.com/graphql/graphql-language-service/).\n\n## Installation\n\nInstall [stpn.vscode-graphql](https://marketplace.visualstudio.com/items?itemName=stpn.vscode-graphql) from the marketplace or from the command line with:\n\n```\ncode --install-extension stpn.vscode-graphql\n```\n\n## Configuration\nLanguage server features will be enabled when a `.graphqlconfig` file is found in the project.\n\nUsing the language server will require a schema to be specified via a `.graphqlconfig` file.\n\nExample:\n```json\n{\n  \"schemaPath\": \"./schema.json\"\n}\n```\n\nSee [here](https://github.com/graphcool/graphql-config#usage) for other ways to provide a GraphQL schema.\n\n## Developing\n\n### Debugging `graphql-language-service`\n\nThe language service is run, and debugged, as a standalone Node.js process. See [Node.js debugging guide](https://nodejs.org/en/docs/guides/debugging-getting-started/) for general information.\n\nThe simplest way to debug is to open chrome://inspect in Chrome and browse for the process. Alternatively in the test target VSCode (i.e. where the extension is running) toggle View → Output and follow the printed instructions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephen%2Fvscode-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephen%2Fvscode-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephen%2Fvscode-graphql/lists"}