{"id":29748673,"url":"https://github.com/git-hulk/gqlx","last_synced_at":"2025-07-26T10:41:22.137Z","repository":{"id":301900428,"uuid":"1010620719","full_name":"git-hulk/gqlx","owner":"git-hulk","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-29T13:26:52.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-29T14:25:22.093Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/git-hulk.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,"zenodo":null}},"created_at":"2025-06-29T13:14:36.000Z","updated_at":"2025-06-29T13:26:55.000Z","dependencies_parsed_at":"2025-06-29T14:25:24.290Z","dependency_job_id":"c1ec273e-dcc7-4704-bb01-26bbb1f6b121","html_url":"https://github.com/git-hulk/gqlx","commit_stats":null,"previous_names":["git-hulk/gqlx"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/git-hulk/gqlx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-hulk%2Fgqlx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-hulk%2Fgqlx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-hulk%2Fgqlx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-hulk%2Fgqlx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/git-hulk","download_url":"https://codeload.github.com/git-hulk/gqlx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-hulk%2Fgqlx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267150787,"owners_count":24043526,"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-07-26T02:00:08.937Z","response_time":62,"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":"2025-07-26T10:41:16.328Z","updated_at":"2025-07-26T10:41:22.093Z","avatar_url":"https://github.com/git-hulk.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GQLX\n\nA builder for GraphQL queries, mutations, and subscriptions. It's designed to\nmake the building process of GraphQL operations more intuitive and less error-prone.\n\nNOTICE: this library is still in development and may change in the future.\n\n## How to use\n\n```Go\nquery := builder.Query().Name(\"user\").\n    AddSelections(\n        NewField(\"id\").Alias(\"user_id\"),\n        NewField(\"name\").AddArguments(\n            FromValue(\"age\", value.Int(30)),\n            FromValue(\"var\", value.Variable(\"var\")),\n            FromType(\"sex\", \"Sex\", nil),\n            FromType(\"status\", \"UserStatus\", value.String(\"active\")),\n        ),\n    )\n\n// query user {\n//    user_id: id\n//    name(age: 30, var: $var, sex: Sex, status: UserStatus = \"active\")\n// }\nqueryString := query.String()\n```\n\n## License\n\nThis project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-hulk%2Fgqlx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgit-hulk%2Fgqlx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-hulk%2Fgqlx/lists"}