{"id":16401488,"url":"https://github.com/hawkkiller/graphql_example","last_synced_at":"2026-06-16T08:31:28.296Z","repository":{"id":114884971,"uuid":"582101977","full_name":"hawkkiller/graphql_example","owner":"hawkkiller","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-11T09:25:50.000Z","size":312,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-23T14:26:45.461Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/hawkkiller.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":"2022-12-25T17:22:54.000Z","updated_at":"2023-05-17T08:20:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"aba03906-4913-43f1-9482-248392998e4c","html_url":"https://github.com/hawkkiller/graphql_example","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.4285714285714286,"last_synced_commit":"417e62c71d5fc877a873a456ea1e2bc0eb7aba7b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hawkkiller/graphql_example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkkiller%2Fgraphql_example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkkiller%2Fgraphql_example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkkiller%2Fgraphql_example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkkiller%2Fgraphql_example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hawkkiller","download_url":"https://codeload.github.com/hawkkiller/graphql_example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkkiller%2Fgraphql_example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34398405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"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":"2024-10-11T05:43:15.130Z","updated_at":"2026-06-16T08:31:28.277Z","avatar_url":"https://github.com/hawkkiller.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# graphql_example\n\nThis very simple example shows the basics of working with graphQL on backend and client side.\n\n## Stack\n\nAs a backend language I prefer Go and The Flutter for the client. Libraries - gqlgen(go side), artemis(dart side).\n\n## Schema\n\nThere is a model Todo, which has three fields(id - autogenerated random int, text - string received from input, done - boolean, just for fun :)\nAlso there are three types: Query, Mutation, Subscription. Here, I use Mutation and Subscription.\n\n## Strategy\n\nI create Todo using CreateTodo mutation and subscribe to the changes via Todos subcription.\n\n---\n\nSee: [best practices] for GraphQL useful information.\n**Note**: the structure is as silly as possible.\n\n[best practices]: https://graphql.org/learn/best-practices/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhawkkiller%2Fgraphql_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhawkkiller%2Fgraphql_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhawkkiller%2Fgraphql_example/lists"}