{"id":19403979,"url":"https://github.com/44437/graphql-crud","last_synced_at":"2025-06-21T13:38:49.759Z","repository":{"id":160306118,"uuid":"586532858","full_name":"44437/graphql-crud","owner":"44437","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-08T13:46:48.000Z","size":15,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T07:56:14.423Z","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/44437.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":"2023-01-08T13:37:20.000Z","updated_at":"2024-08-15T11:21:22.000Z","dependencies_parsed_at":"2023-06-02T00:18:27.797Z","dependency_job_id":null,"html_url":"https://github.com/44437/graphql-crud","commit_stats":null,"previous_names":["44437/graphql-crud"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/44437/graphql-crud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/44437%2Fgraphql-crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/44437%2Fgraphql-crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/44437%2Fgraphql-crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/44437%2Fgraphql-crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/44437","download_url":"https://codeload.github.com/44437/graphql-crud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/44437%2Fgraphql-crud/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261130717,"owners_count":23114025,"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":"2024-11-10T11:32:14.685Z","updated_at":"2025-06-21T13:38:44.748Z","avatar_url":"https://github.com/44437.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"```graphql\nmutation createTodo {\n  createTodo(input: { text: \"todo-1\", userId: \"001\" }) {\n    todoId\n    text\n  }\n}\n\nmutation updateTodo {\n  updateTodo(todoId:\"1\", userId:\"002\") {\n    todoId\n    text\n  }\n}\n\nmutation deleteTodo {\n  deleteTodo(todoId:\"3\", userId:\"002\") {\n    todoId\n    text\n  }\n}\n\nquery readTodos {\n  todos {\n    text\n    done\n    id\n    user {\n      name\n      id\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F44437%2Fgraphql-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F44437%2Fgraphql-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F44437%2Fgraphql-crud/lists"}