{"id":13770205,"url":"https://github.com/timtebeek/graphql-jpa-spring-boot-starter","last_synced_at":"2025-07-29T15:36:37.723Z","repository":{"id":93878147,"uuid":"72110539","full_name":"timtebeek/graphql-jpa-spring-boot-starter","owner":"timtebeek","description":"Spring Boot starter for GraphQL JPA; Expose JPA entities with GraphQL.","archived":false,"fork":false,"pushed_at":"2022-09-17T09:06:35.000Z","size":34,"stargazers_count":34,"open_issues_count":1,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-19T19:56:33.667Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/timtebeek.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}},"created_at":"2016-10-27T13:22:37.000Z","updated_at":"2025-07-16T08:14:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"df9260c2-72af-4a22-9143-c4522c81eea6","html_url":"https://github.com/timtebeek/graphql-jpa-spring-boot-starter","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/timtebeek/graphql-jpa-spring-boot-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timtebeek%2Fgraphql-jpa-spring-boot-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timtebeek%2Fgraphql-jpa-spring-boot-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timtebeek%2Fgraphql-jpa-spring-boot-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timtebeek%2Fgraphql-jpa-spring-boot-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timtebeek","download_url":"https://codeload.github.com/timtebeek/graphql-jpa-spring-boot-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timtebeek%2Fgraphql-jpa-spring-boot-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267709718,"owners_count":24131928,"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-07-29T02:00:12.549Z","response_time":2574,"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-08-03T17:00:35.197Z","updated_at":"2025-07-29T15:36:37.687Z","avatar_url":"https://github.com/timtebeek.png","language":"Java","funding_links":[],"categories":["Exposing a Schema"],"sub_categories":["Code First"],"readme":"# graphql-jpa-spring-boot-starter\nSpring Boot starter for GraphQL JPA; Expose JPA entities with [GraphQL](http://graphql.org/).\n\nBuilds on [GraphQL for JPA](https://github.com/jcrygier/graphql-jpa),\nwhich in turn builds on [GraphQL Java](https://github.com/graphql-java/graphql-java)\nto expose JPA Entities through a `/graphql` endpoint.\n\nMany thanks to @jcrygier for the initial hard work; This is mostly just a wrapper.\n\n## Usage \n1. Add the following dependency to your project `pom.xml` along with the repository. \n  ```pom.xml\n\t\u003cdependencies\u003e\n\t\t\u003c!-- Expose JPA entities using GraphQL --\u003e\n\t\t\u003cdependency\u003e\n\t\t\t\u003cgroupId\u003ecom.github.timtebeek\u003c/groupId\u003e\n\t\t\t\u003cartifactId\u003egraphql-jpa-spring-boot-starter\u003c/artifactId\u003e\n\t\t\t\u003cversion\u003e0.0.3\u003c/version\u003e\n\t\t\u003c/dependency\u003e\n\t\u003c/dependencies\u003e\n  ...\n\t\u003crepositories\u003e\n\t\t\u003crepository\u003e\n\t\t\t\u003cid\u003ebintray-timtebeek-maven\u003c/id\u003e\n\t\t\t\u003cname\u003ebintray\u003c/name\u003e\n\t\t\t\u003curl\u003ehttp://dl.bintray.com/timtebeek/maven\u003c/url\u003e\n\t\t\u003c/repository\u003e\n\t\u003c/repositories\u003e\n```\n2. Start your project and navigate to http://localhost:8080/graphiql.html.\n\n## Warning\nThis is terribly fun for exploratory projects but quite possibly a terrible idea when you later want to evolve your API. Proceed with caution; maybe read about REST? :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimtebeek%2Fgraphql-jpa-spring-boot-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimtebeek%2Fgraphql-jpa-spring-boot-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimtebeek%2Fgraphql-jpa-spring-boot-starter/lists"}