{"id":21013443,"url":"https://github.com/heavenshell/vim-gql","last_synced_at":"2025-08-18T09:14:31.340Z","repository":{"id":136338668,"uuid":"232109918","full_name":"heavenshell/vim-gql","owner":"heavenshell","description":"Execute Graphql's query in Vim","archived":false,"fork":false,"pushed_at":"2020-08-24T14:08:30.000Z","size":5538,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-15T20:17:38.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heavenshell.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-01-06T13:45:52.000Z","updated_at":"2020-08-24T14:08:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ed85bff-0bbb-4169-9083-2afa7d8b3c04","html_url":"https://github.com/heavenshell/vim-gql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/heavenshell/vim-gql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-gql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-gql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-gql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-gql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heavenshell","download_url":"https://codeload.github.com/heavenshell/vim-gql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-gql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270969275,"owners_count":24677288,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-19T09:42:28.713Z","updated_at":"2025-08-18T09:14:31.317Z","avatar_url":"https://github.com/heavenshell.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-gql\n\n![build](https://github.com/heavenshell/vim-gql/workflows/build/badge.svg)\n\nExecute Graphql's query in vim.\n\n## Usage\n\nSet server settings to your vimrc.\n\n```vim\nlet g:gql_servers = [\n  \\ {\n  \\   'host': 'https://api.github.com/graphql',\n  \\   'headers': {'Authorization': 'bearer YOUR_TOKEN'},\n  \\ },\n  \\ {\n  \\   'host': 'http://localhost:8080/.netlify/functions/index',\n  \\   'headers': {'Content-Type': 'application/json'},\n  \\ },\n  \\]\n```\n\nExecute `Gql` command.\n\n```vim\n:Gql -server=https://api.github.com/graphql $owner=YOUR_ACCOUNT\n```\n\n## Screencasts\n\n![with variable](./assets/vim-gql_variable.gif)\n![with tsx](./assets/vim-gql_tsx.gif)\n\n## Requirement\n\nThis plugin need [webapi-vim](https://github.com/mattn/webapi-vim).\n\n## License\n\nNew BSD License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Fvim-gql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheavenshell%2Fvim-gql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Fvim-gql/lists"}