{"id":25687176,"url":"https://github.com/holyshared/go-graphql-server","last_synced_at":"2025-09-12T21:12:21.425Z","repository":{"id":136708148,"uuid":"359683029","full_name":"holyshared/go-graphql-server","owner":"holyshared","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-21T06:55:51.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-17T13:45:17.449Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/holyshared.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":"2021-04-20T04:26:09.000Z","updated_at":"2021-04-21T06:55:53.000Z","dependencies_parsed_at":"2024-06-19T05:10:08.613Z","dependency_job_id":"ff950c47-a1e5-4cd8-94da-9a03bdf5d22b","html_url":"https://github.com/holyshared/go-graphql-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2Fgo-graphql-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2Fgo-graphql-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2Fgo-graphql-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holyshared%2Fgo-graphql-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/holyshared","download_url":"https://codeload.github.com/holyshared/go-graphql-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240549397,"owners_count":19819139,"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":"2025-02-24T20:08:18.655Z","updated_at":"2025-02-24T20:08:19.281Z","avatar_url":"https://github.com/holyshared.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-graphql-server\n\n## Setup project\n\nhttps://gqlgen.com/getting-started/\n\n```shell\ngo mod init github.com/[username]/go-graphql-server\ngo get github.com/99designs/gqlgen\ngo run github.com/99designs/gqlgen init\n```\n\n## Start of GraphQL Server\n\n```shell\ngo run server.go\n```\n\n## Add magic comment to resolver.go\n\n```golang\n//go:generate go run github.com/99designs/gqlgen\n\npackage graph\n```\n\n```shell\ngo generate ./...\n```\n\n### dataloader\n\n```shell\ngo run github.com/vektah/dataloaden UserLoader string *go-graphql-server/graph/model.User\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholyshared%2Fgo-graphql-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fholyshared%2Fgo-graphql-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholyshared%2Fgo-graphql-server/lists"}