{"id":20982916,"url":"https://github.com/netodeolino/spring-graphql","last_synced_at":"2026-04-09T16:41:26.750Z","repository":{"id":120093766,"uuid":"260593699","full_name":"netodeolino/spring-graphql","owner":"netodeolino","description":"GraphQL study","archived":false,"fork":false,"pushed_at":"2020-05-06T23:53:28.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T10:34:39.283Z","etag":null,"topics":["dockerfile","graphql","graphql-test","spring-boot"],"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/netodeolino.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":"2020-05-02T01:42:19.000Z","updated_at":"2020-07-19T11:37:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"cdca0110-61ed-4155-abe1-96493ab23961","html_url":"https://github.com/netodeolino/spring-graphql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/netodeolino/spring-graphql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netodeolino%2Fspring-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netodeolino%2Fspring-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netodeolino%2Fspring-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netodeolino%2Fspring-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netodeolino","download_url":"https://codeload.github.com/netodeolino/spring-graphql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netodeolino%2Fspring-graphql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28118316,"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-12-29T02:00:07.021Z","response_time":58,"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":["dockerfile","graphql","graphql-test","spring-boot"],"created_at":"2024-11-19T05:47:08.907Z","updated_at":"2025-12-29T16:05:29.811Z","avatar_url":"https://github.com/netodeolino.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \n\n[![GitHub stars](https://img.shields.io/github/stars/netodeolino/study-graphql)](https://github.com/netodeolino/study-graphql/stargazers)\n[![GitHub issues](https://img.shields.io/github/issues/netodeolino/study-graphql)](https://github.com/netodeolino/study-graphql/issues)\n[![GitHub forks](https://img.shields.io/github/forks/netodeolino/study-graphql)](https://github.com/netodeolino/study-graphql/network)\n\n\u003cp align=\"center\"\u003e\n  \u003ch2 align=\"center\"\u003eSpring Boot - GraphQL Study\u003c/h2\u003e\n\u003c/p\u003e\n\n\n### Info\n \n1. Schema\n```\nhttp://localhost:8080/graphql/schema.json\n```\n2. GraphQL endpoint\n```\nhttp://localhost:8080/graphql\n```\n\n#### Create User\n```graphql\nmutation {\n  createUser(user: {\n    name: \"Neto\",\n    email: \"neto@email.com\"\n  }) {\n    name,\n    email\n  }\n}\n```\n\n#### Create Book\n```graphql\nmutation {\n  createBook(email: \"neto@email.com\", book: {\n    title: \"GraphQL For You\"\n  }) {\n    title\n  }\n}\n```\n\n#### Find User\n```graphql\nquery {\n  findUser(email: \"neto@email.com\") {\n    email\n    name\n    books {\n      title\n    }\n  }\n}\n```\n\n#### Find Book\n```graphql\nquery {\n  findBook(title: \"GraphQL For You\") {\n    title\n    userOwner {\n        name,\n        email\n    }\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetodeolino%2Fspring-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetodeolino%2Fspring-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetodeolino%2Fspring-graphql/lists"}