{"id":22432161,"url":"https://github.com/normalhuman01/atom-graphql-autocomplete","last_synced_at":"2025-03-27T07:41:37.466Z","repository":{"id":213177796,"uuid":"733240195","full_name":"normalhuman01/atom-graphql-autocomplete","owner":"normalhuman01","description":"a autocomplete and lint from a GraphQL endpoint in atom","archived":false,"fork":false,"pushed_at":"2023-12-18T22:06:53.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T12:45:27.801Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/normalhuman01.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":"2023-12-18T22:04:40.000Z","updated_at":"2023-12-18T22:06:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee64cc59-c41c-47cb-bed8-5d7cd2c7cb29","html_url":"https://github.com/normalhuman01/atom-graphql-autocomplete","commit_stats":null,"previous_names":["normalhuman01/atom-graphql-autocomplete"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Fatom-graphql-autocomplete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Fatom-graphql-autocomplete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Fatom-graphql-autocomplete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Fatom-graphql-autocomplete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/normalhuman01","download_url":"https://codeload.github.com/normalhuman01/atom-graphql-autocomplete/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245805999,"owners_count":20675291,"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":[],"created_at":"2024-12-05T22:10:47.475Z","updated_at":"2025-03-27T07:41:37.448Z","avatar_url":"https://github.com/normalhuman01.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL Autocomplete Atom\n\n```sh\ngraphql-autocomplete\n```\n\nAutocomplete and lint from a GraphQL endpoint or static JSON introspection query in atom.\n\n![](https://github.com/nicolaslopezj/atom-graphql-autocomplete/blob/master/resources/example.png)\n\n### Instructions\n\n- Create a `.graphqlrc` file in the root of your project\n\n- For querying against a live endpoint, add the `endpoint`:\n\n```json\n{\n  \"request\": {\n    \"url\": \"http://localhost:3000/graphql\"\n  }\n}\n```\n\n- Adding headers for ex authentication:\n\n```\n{\n  \"request\": {\n    \"url\": \"http://localhost:8082/v1alpha1/graphql\",\n    \"headers\": {\n      \"Authorization\": \"Bearer \u003ctoken\u003e\"\n    }\n  }\n}\n```\n\n- For using a static file, add the `file path` (can be relative to the project or the fully-qualified path):\n\n```json\n{\n  \"file\": {\n    \"path\": \"./introspection.json\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnormalhuman01%2Fatom-graphql-autocomplete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnormalhuman01%2Fatom-graphql-autocomplete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnormalhuman01%2Fatom-graphql-autocomplete/lists"}