{"id":13522416,"url":"https://github.com/gqlgo/querystring","last_synced_at":"2026-01-13T18:14:10.750Z","repository":{"id":59046083,"uuid":"532000417","full_name":"gqlgo/querystring","owner":"gqlgo","description":"`querystring` finds a GraphQL query in your files.","archived":false,"fork":false,"pushed_at":"2022-09-16T08:59:25.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T22:33:53.471Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gqlgo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-02T16:27:01.000Z","updated_at":"2022-09-02T16:27:53.000Z","dependencies_parsed_at":"2023-01-18T10:32:15.631Z","dependency_job_id":null,"html_url":"https://github.com/gqlgo/querystring","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gqlgo/querystring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gqlgo%2Fquerystring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gqlgo%2Fquerystring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gqlgo%2Fquerystring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gqlgo%2Fquerystring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gqlgo","download_url":"https://codeload.github.com/gqlgo/querystring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gqlgo%2Fquerystring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28394918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-08-01T06:00:46.951Z","updated_at":"2026-01-13T18:14:10.719Z","avatar_url":"https://github.com/gqlgo.png","language":"Go","funding_links":[],"categories":["Command line"],"sub_categories":["Formatter"],"readme":"# querystring\n\n`querystring` finds a GraphQL query in your files.\n\n```\ngo install github.com/gqlgo/querystring@latest\n```\n\n## Sample usage\n\n```\n$ cat testdata/test3.tsx\nconst Test3Query = gql(/* GraphQL */ `\n    query Query {\n        field\n    }\n`);\n\nconst Test3Mutation = gql(/* GraphQL */ `\n    mutation Mutation {\n        mutation(arg: \"value\") {\n            field\n        }\n    }\n`);\n\nconst Test3Text = `Hello`\n\n\n$ querystring testdata/test3.tsx\nquery Query {\n        field\n}\nmutation Mutation {\n        mutation(arg: \"value\") {\n                field\n        }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgqlgo%2Fquerystring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgqlgo%2Fquerystring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgqlgo%2Fquerystring/lists"}