{"id":19784519,"url":"https://github.com/robsonkades/spring-boot-api-with-graphql-example","last_synced_at":"2026-05-05T10:34:52.768Z","repository":{"id":115558171,"uuid":"134337635","full_name":"robsonkades/spring-boot-api-with-graphql-example","owner":"robsonkades","description":"📦 ⚡ 🚀 Exemplo de uma aplicação Java desenvolvida com Spring Boot, Spring Data e GraphQl.","archived":false,"fork":false,"pushed_at":"2018-05-22T00:26:01.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T02:51:44.021Z","etag":null,"topics":["graphql","java","spring-boot","spring-data-jpa"],"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/robsonkades.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":"2018-05-22T00:01:13.000Z","updated_at":"2020-12-18T02:04:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"411e567f-d3cc-43e9-b74d-4ced0c7d3165","html_url":"https://github.com/robsonkades/spring-boot-api-with-graphql-example","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/robsonkades%2Fspring-boot-api-with-graphql-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robsonkades%2Fspring-boot-api-with-graphql-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robsonkades%2Fspring-boot-api-with-graphql-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robsonkades%2Fspring-boot-api-with-graphql-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robsonkades","download_url":"https://codeload.github.com/robsonkades/spring-boot-api-with-graphql-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241117187,"owners_count":19912503,"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","java","spring-boot","spring-data-jpa"],"created_at":"2024-11-12T06:11:43.674Z","updated_at":"2026-05-05T10:34:52.726Z","avatar_url":"https://github.com/robsonkades.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EXAMPLE SPRING-BOOT, SPRING-DATA AND GRAPHQL.\n\nmvn spring-boot:run\n\nhttp://localhost:8080/graphiq\n\n### Mutation \n```\nmutation newAuthor($input: String!) {\n  newAuthor(name: $input) {\n    id\n    name\n  }\n}\n```\n\n```\nmutation newPost($title: String!, $content: String!, $mmm: String!,) {\n  newPost(title: $title, content: $content, author: $mmm) {\n    id\n    title\n    content\n    author {\n      id,\n      name\n    }\n  }\n}\n```\n\n### Query\n```\nquery findPosts {\n  posts {\n    id\n    title\n    content\n    author {\n      id,\n      name\n    }\n  }\n}\n```\n\n```\nquery findAll {\n  authors {\n    id\n    name\n  }\n}\n```\n\n```\nquery findPageAuthors($page: Int!) {\n  pageAuthors(pageSize: $page) {\n    \n    pageNumber\n    numberPages\n    \n    totalElements\n    authors {\n      id\n    }\n  }\n}\n```\n\nVariables \n```\n{\n  \"input\": \"Robson Kadees\",\n  \"page\": 0,\n  \"title\": \"TEste\",\n  \"content\": \"jdsaoijdisajdojiasijodas\",\n  \"mmm\": \"5001\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobsonkades%2Fspring-boot-api-with-graphql-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobsonkades%2Fspring-boot-api-with-graphql-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobsonkades%2Fspring-boot-api-with-graphql-example/lists"}