{"id":15765352,"url":"https://github.com/nusu/pokemon-graphql","last_synced_at":"2026-05-04T22:32:20.530Z","repository":{"id":143664469,"uuid":"103734679","full_name":"nusu/pokemon-graphql","owner":"nusu","description":"sample app to learn graphql, it's a graphql api masked on pokeapi.co REST api, just to learn syntax, handling.","archived":false,"fork":false,"pushed_at":"2017-09-16T08:08:04.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-04T12:41:27.703Z","etag":null,"topics":["bootstrap","graphql","sample-app"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/nusu.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":"2017-09-16T07:38:24.000Z","updated_at":"2018-03-20T13:55:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"d0fb5db7-7f29-4257-a310-21377758fcee","html_url":"https://github.com/nusu/pokemon-graphql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nusu/pokemon-graphql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nusu%2Fpokemon-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nusu%2Fpokemon-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nusu%2Fpokemon-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nusu%2Fpokemon-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nusu","download_url":"https://codeload.github.com/nusu/pokemon-graphql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nusu%2Fpokemon-graphql/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267773388,"owners_count":24142103,"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":["bootstrap","graphql","sample-app"],"created_at":"2024-10-04T12:41:15.009Z","updated_at":"2026-05-04T22:32:15.508Z","avatar_url":"https://github.com/nusu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL Pokemon Api\n\nThis is an sample app based on [pokeapi.co](https://pokeapi.co/docsv2/#berries-section), it's a mask over pokeapi REST just to learn typing and handling requests.\n\nto run:\n```\n$ npm install\n$ node app.js\n```\n\nthen go to `http://localhost:4000/graphql`\n\n## Available Fields\n\nName | Description | Data Type\n--- | --- | ---\nid | The identifier for this berry resource\t| Int\nname | The name for this berry resource\t| String\ngrowth_time | Time it takes the tree to grow one stage, in hours. Berry trees go through four of these growth stages before they can be picked.\t| Int\nmax_harvest | The maximum number of these berries that can grow on one tree in Generation IV | Int\nnatural_gift_power | The power of the move \"Natural Gift\" when used with this Berry\t| Int\nsize | The size of this Berry, in millimeters | Int\nsmoothness | The smoothness of this Berry, used in making Pokéblocks or Poffins\t| Int\nsoil_dryness | The speed at which this Berry dries out the soil as it grows. A higher rate means the soil dries more quickly. | Int\nfirmness | The firmness of this berry, used in making Pokéblocks or Poffins | List, available fields: name, url\nflavors | A list of references to each flavor a berry can have and the potency of each of those flavors in regard to this berry | List, available fields: name, url, flavor (list =\u003e { name,url })\nitem | Berries are actually items. This is a reference to the item specific data for this berry. | List, available fields: name, url\nnatural_gift_type | The Type the move \"Natural Gift\" has when used with this Berry | List, available fields: name, url\n\n\nhere's an sample query that works for you:\n```\n{\n  berries(id: 2){\n    id\n    name\n    natural_gift_power\n    natural_gift_type{\n      name\n      url\n    }\n    flavors{\n      potency\n      flavor{\n        name\n        url\n      }\n    }\n  }\n}\n``` \n\nincrement `id` as you wish.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnusu%2Fpokemon-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnusu%2Fpokemon-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnusu%2Fpokemon-graphql/lists"}