{"id":22154167,"url":"https://github.com/ppeeou/graphql-example","last_synced_at":"2025-03-24T14:16:50.713Z","repository":{"id":85407611,"uuid":"438671712","full_name":"ppeeou/graphql-example","owner":"ppeeou","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-31T08:46:10.000Z","size":3885,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T19:11:57.759Z","etag":null,"topics":["apollo-server","example","graphql"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ppeeou.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":"2021-12-15T15:05:29.000Z","updated_at":"2023-03-08T02:55:44.000Z","dependencies_parsed_at":"2023-03-05T23:30:31.678Z","dependency_job_id":null,"html_url":"https://github.com/ppeeou/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/ppeeou%2Fgraphql-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppeeou%2Fgraphql-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppeeou%2Fgraphql-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppeeou%2Fgraphql-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ppeeou","download_url":"https://codeload.github.com/ppeeou/graphql-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245284734,"owners_count":20590307,"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":["apollo-server","example","graphql"],"created_at":"2024-12-02T01:41:36.584Z","updated_at":"2025-03-24T14:16:50.651Z","avatar_url":"https://github.com/ppeeou.png","language":"TypeScript","readme":"# Graphql - Apollo server example\n\n- [graphql](https://graphql.org/)\n- [apollo-server](https://www.apollographql.com/docs/)\n\n- [principled GraphQL](https://principledgraphql.com/)\n- [how-to-structure-graphql-server-code](https://www.apollographql.com/blog/backend/architecture/how-to-structure-graphql-server-code/)\n\n- [schema-chaning-automatically](https://www.apollographql.com/blog/announcement/track-schema-changes-with-apollo-schema-reporting/)\n\n- [with rest](https://www.apollographql.com/blog/backend/layering-graphql-on-top-of-rest/)\n\n- [graphql-tool](https://www.graphql-tools.com/docs/introduction)\n\n### 01-query\n\n- [graphql Scalar Type](https://graphql.org/learn/schema/#scalar-types)\n\n  - Int - 32bit\n  - Float\n  - String - UTF-8\n  - Boolean\n  - ID\n\n- [graphql naming convention](https://www.apollographql.com/docs/apollo-server/schema/schema/#naming-conventions)\n\n### 02-query-input\n\n- [input](https://www.apollographql.com/docs/apollo-server/schema/schema/#input-types)\n\n### 03-query-scalar-custom\n\n- [custom](https://www.apollographql.com/docs/apollo-server/schema/custom-scalars/)\n  - [graphql-scalar](https://github.com/Urigo/graphql-scalars)\n\n### 04-mutation\n\n- [mutation](https://www.apollographql.com/docs/apollo-server/schema/schema/#the-mutation-type)\n\n### 06-union\n\n- [union](https://www.apollographql.com/docs/apollo-server/schema/unions-interfaces/#union-type)\n\n### 07-interface\n\n- [interface](https://www.apollographql.com/docs/apollo-server/schema/unions-interfaces/#interface-type)\n\n### 08-mutation-response\n\n- [mutation-response](https://www.apollographql.com/docs/apollo-server/schema/schema/#structuring-mutation-responses)\n\n### 09-resolver-chain\n\n- [resolver-chain](https://www.apollographql.com/docs/apollo-server/data/resolvers/#defining-a-resolver)\n\n### 10-file-upload\n\n- [file-upload](https://www.apollographql.com/docs/apollo-server/data/file-uploads/#integrating-with-express)\n  - [upload-best-practices](https://www.apollographql.com/blog/backend/file-uploads/file-upload-best-practices/)\n\n### 11-paging\n\n- [pagination](https://www.apollographql.com/blog/graphql/pagination/tutorial/)\n  - [repo](https://github.com/apollographql/fullstack-tutorial)\n  - [cursor base](https://www.sitepoint.com/paginating-real-time-data-cursor-based-pagination/)\n  - [cursor spec](https://relay.dev/graphql/connections.htm)\n    https://entgo.io/docs/tutorial-todo-gql\n\n### 12-modularizing\n\n- [modularizing](https://www.apollographql.com/blog/backend/schema-design/modularizing-your-graphql-schema-code/)\n\n### 13-error-handling\n\n- [error-handling](https://www.apollographql.com/docs/apollo-server/data/errors/)\n\n### 14-auth\n\n- [authentication](https://www.apollographql.com/docs/apollo-server/security/authentication/)\n- [authorization 3 ways](https://jkettmann.com/3-ways-for-authorization-with-graphql-and-apollo)\n\n### 15-file-upload-aws\n\n- [aws ex](https://www.apollographql.com/blog/graphql/file-uploads/with-react-hooks-typescript-amazon-s3-tutorial/#apollo-server)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppeeou%2Fgraphql-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fppeeou%2Fgraphql-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppeeou%2Fgraphql-example/lists"}