{"id":21300886,"url":"https://github.com/mehdi-reza/graphql","last_synced_at":"2026-04-29T08:34:54.370Z","repository":{"id":107983277,"uuid":"227836030","full_name":"mehdi-reza/graphql","owner":"mehdi-reza","description":"GraphQL quick starter using quarkus and vertx-web-graphql","archived":false,"fork":false,"pushed_at":"2019-12-14T08:43:57.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-01T08:01:56.682Z","etag":null,"topics":["graalvm","graphql","quarkus","vertx"],"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/mehdi-reza.png","metadata":{"files":{"readme":"README.adoc","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":"2019-12-13T12:31:19.000Z","updated_at":"2020-07-08T15:32:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"97aebbb4-b3ab-45ab-b4d9-034f43f3d7c1","html_url":"https://github.com/mehdi-reza/graphql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mehdi-reza/graphql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehdi-reza%2Fgraphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehdi-reza%2Fgraphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehdi-reza%2Fgraphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehdi-reza%2Fgraphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehdi-reza","download_url":"https://codeload.github.com/mehdi-reza/graphql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehdi-reza%2Fgraphql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32418016,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["graalvm","graphql","quarkus","vertx"],"created_at":"2024-11-21T15:42:00.392Z","updated_at":"2026-04-29T08:34:54.353Z","avatar_url":"https://github.com/mehdi-reza.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= graphql =\n\n== Main components ==\n\n==== GraphQLProducer.java ====\nThis sets up graphql by parsing the schema and binding wirings for data fetchers.\n\n==== Routes.java ====\n\nThis enables graphql route to run queries (GET and POST). It also enables GraphiQL, hit your browser at http://localhost:8080/graphiql/\n\n==== Fetchers ====\n\nTwo fetchers Profile and Wallet fetchers are defined in example.graphql.fetchers which are used in runtime wirings.\n\n\n===== Launch =====\n----\nmvn clean package quarkus:dev\n----\n\n===== Run a query =====\n----\ncurl -d'{profile{id name wallets{id name}}}' -H'Content-Type: application/graphql' -H'Accept: application/json' http://localhost:8080/graphql\n----\n\n----\n{\"data\":{\"profile\":{\"id\":\"1\",\"name\":\"Mehdi Raza\",\"wallets\":[{\"id\":\"1\",\"name\":\"JAZZ\"},{\"id\":\"1\",\"name\":\"EasyPaisa\"}]}}}\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehdi-reza%2Fgraphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehdi-reza%2Fgraphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehdi-reza%2Fgraphql/lists"}