{"id":27337738,"url":"https://github.com/themulanfiles/whitewalker","last_synced_at":"2026-02-08T00:03:18.491Z","repository":{"id":108146126,"uuid":"257413407","full_name":"themulanfiles/WhiteWalker","owner":"themulanfiles","description":null,"archived":false,"fork":false,"pushed_at":"2020-04-20T21:35:11.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-28T09:44:28.659Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"TheGreatAmericana/WhiteWalker","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themulanfiles.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-20T21:58:03.000Z","updated_at":"2023-08-30T01:25:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"769e6454-1d00-4633-964a-f5256496d37e","html_url":"https://github.com/themulanfiles/WhiteWalker","commit_stats":null,"previous_names":["themulanfiles/whitewalker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/themulanfiles/WhiteWalker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themulanfiles%2FWhiteWalker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themulanfiles%2FWhiteWalker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themulanfiles%2FWhiteWalker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themulanfiles%2FWhiteWalker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themulanfiles","download_url":"https://codeload.github.com/themulanfiles/WhiteWalker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themulanfiles%2FWhiteWalker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29213487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T23:58:20.073Z","status":"ssl_error","status_checked_at":"2026-02-07T23:58:07.729Z","response_time":63,"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":[],"created_at":"2025-04-12T15:18:48.015Z","updated_at":"2026-02-08T00:03:18.480Z","avatar_url":"https://github.com/themulanfiles.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# WhiteWalker\nReact Guide\n\nCreate the name App\nnpx create-react-app graphql-typescript-react --typescript\n\nDependencies: \n\nFor querying API and cache data local in memory, and provide React bindings, and wrapping Apollo queries in a React Hook\nyarn add apollo-boost react-apollo react-apollo-hooks graphql-tag graphql\n\n\nAdd Codegen To Automate Typescript Workflow\nyarn add -D @graphql-codegen/cli\nConfigure Codegen: \n$(npm bin)/graphql-codegen init\n\nThis will launch a CLI wizard. Do the following steps:\n\n1. Application built with React.\n2. The schema is located at https://spacexdata.herokuapp.com/graphql.\n3. Set your operations and fragments location to ./src/components/**/*.{ts,tsx} so that it will search all our TypeScript files for query declarations.\n4. Use the default plugins “TypeScript”, “TypeScript Operations”, “TypeScript React Apollo.”\n5. Update the generated destination to src/generated/graphql.tsx (.tsx is required by the react-apollo plugin).\n6. Do not generate an introspection file. I did anyway\n7. Use the default codegen.yml file.\n8. Make your run script codegen\n\nTo install the plugins.\nnpm install\n\nTo run GraphQL Code Generator.\nnpm run codegen\n\n\n\n\nyarn codegen\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemulanfiles%2Fwhitewalker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemulanfiles%2Fwhitewalker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemulanfiles%2Fwhitewalker/lists"}