{"id":15192448,"url":"https://github.com/asepscareer/springboot-graphql-basic","last_synced_at":"2025-11-24T10:03:23.504Z","repository":{"id":50905197,"uuid":"520128840","full_name":"asepscareer/springboot-graphql-basic","owner":"asepscareer","description":"Spring Boot GraphQL Basic","archived":false,"fork":false,"pushed_at":"2022-09-20T07:36:56.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T08:48:34.445Z","etag":null,"topics":["graphql","graphql-api","graphql-schema","spring","spring-boot","springboot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/asepscareer.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}},"created_at":"2022-08-01T13:48:47.000Z","updated_at":"2022-09-05T03:26:08.000Z","dependencies_parsed_at":"2022-09-24T23:10:14.546Z","dependency_job_id":null,"html_url":"https://github.com/asepscareer/springboot-graphql-basic","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/asepscareer%2Fspringboot-graphql-basic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asepscareer%2Fspringboot-graphql-basic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asepscareer%2Fspringboot-graphql-basic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asepscareer%2Fspringboot-graphql-basic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asepscareer","download_url":"https://codeload.github.com/asepscareer/springboot-graphql-basic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241180873,"owners_count":19923307,"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":["graphql","graphql-api","graphql-schema","spring","spring-boot","springboot"],"created_at":"2024-09-27T21:40:13.774Z","updated_at":"2025-11-24T10:03:23.411Z","avatar_url":"https://github.com/asepscareer.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Query and Mutation Script of GraphQL\n\n- Get All\n```graphql\nquery {\n  allEmployee {\n    id\n    name\n  }\n}\n```\n\n- Get By Id\n```graphql\nquery {\n  employeeById (id: \"1\") {\n    id\n    name\n  }\n}\n```\n\n- Add Employee\n```graphql\nmutation {\n  addEmployee (id: \"6\", name:\"Santoriyu\") {\n    id\n    name\n  }\n}\n```\n\n- Update Employee\n```graphql\nmutation {\n  updateEmployee (id: \"1\", name:\"Asep Saputra\") {\n    id\n    name\n  }\n}\n```\n\n- Delete Employee\n```graphql\nmutation {\n  deleteEmployee (id:\"1\")\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasepscareer%2Fspringboot-graphql-basic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasepscareer%2Fspringboot-graphql-basic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasepscareer%2Fspringboot-graphql-basic/lists"}