{"id":31922020,"url":"https://github.com/dev-shimada/gqlgen-todos","last_synced_at":"2025-10-13T22:56:24.824Z","repository":{"id":266059970,"uuid":"863864851","full_name":"dev-shimada/gqlgen-todos","owner":"dev-shimada","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-27T04:05:57.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-02T11:26:50.153Z","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/dev-shimada.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-27T04:05:07.000Z","updated_at":"2024-09-27T04:06:00.000Z","dependencies_parsed_at":"2024-12-02T18:54:25.955Z","dependency_job_id":null,"html_url":"https://github.com/dev-shimada/gqlgen-todos","commit_stats":null,"previous_names":["dev-shimada/gqlgen-todos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dev-shimada/gqlgen-todos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-shimada%2Fgqlgen-todos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-shimada%2Fgqlgen-todos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-shimada%2Fgqlgen-todos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-shimada%2Fgqlgen-todos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev-shimada","download_url":"https://codeload.github.com/dev-shimada/gqlgen-todos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-shimada%2Fgqlgen-todos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017081,"owners_count":26085984,"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-10-13T02:00:06.723Z","response_time":61,"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-10-13T22:56:06.758Z","updated_at":"2025-10-13T22:56:24.820Z","avatar_url":"https://github.com/dev-shimada.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gqlgen-todos\n- https://gqlgen.com/getting-started/\n\n## Run server\n```console\ngo run server.go\n```\n\n## Browser tool\n- http://localhost:8080\n\n## Creating todo\n```graphql\nmutation createTodo {\n  createTodo(input: { text: \"todo\", userId: \"1\" }) {\n    user {\n      id\n    }\n    text\n    done\n  }\n}\n```\n\n## Query todo\n```graphql\nquery findTodos {\n  todos {\n    text\n    done\n    user {\n      name\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-shimada%2Fgqlgen-todos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-shimada%2Fgqlgen-todos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-shimada%2Fgqlgen-todos/lists"}