{"id":21102817,"url":"https://github.com/novvum/graphql-deep-dive","last_synced_at":"2025-03-14T08:27:04.470Z","repository":{"id":38806590,"uuid":"193785945","full_name":"Novvum/graphql-deep-dive","owner":"Novvum","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-12T01:42:18.000Z","size":1776,"stargazers_count":0,"open_issues_count":19,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T03:11:15.943Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Novvum.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}},"created_at":"2019-06-25T21:30:18.000Z","updated_at":"2019-06-25T22:30:12.000Z","dependencies_parsed_at":"2023-02-09T09:00:26.485Z","dependency_job_id":null,"html_url":"https://github.com/Novvum/graphql-deep-dive","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/Novvum%2Fgraphql-deep-dive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novvum%2Fgraphql-deep-dive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novvum%2Fgraphql-deep-dive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novvum%2Fgraphql-deep-dive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Novvum","download_url":"https://codeload.github.com/Novvum/graphql-deep-dive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243546473,"owners_count":20308509,"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":[],"created_at":"2024-11-19T23:56:39.770Z","updated_at":"2025-03-14T08:27:04.452Z","avatar_url":"https://github.com/Novvum.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\u003cimg src=\"https://i.ibb.co/TTjPWP0/Logo.png\" width=\"400px\"/\u003e\u003c/div\u003e\n\n## **Description**\nGraphQL Server Deep Dive dives into the basic parts of a GraphQL server implementation. It provides examples of a few tools and conventions that are important for teams to be aware of when building complex GraphQL APIs.\n\n#### **The Building Blocks of a GraphQL API**\n  - **Schema** - A type system defined for your data. This acts as a contract for a type system defined for your data. This represents a contract of what information is exposed to the API consumer.\n  - **Resolvers** - A set of functions defined for each type. These functions are called when types are requested and validated against the schema.\n\n#### **Managing Complex Schemas**\n1. A dive into SDL-first and Code-first development.\n  - SDL-first example\n  - Code-first example with GraphQL Nexus\n\n2. A quick look at how to manage a microservice or service oriented architecture\n  - Schema Stitching\n  - Apollo Federation example\n \n#### **Execution**\nProvided by the folks at Thoughtbot, this diagram explains the lifecycle of a GraphQL request and server response.\n\n\u003cimg src=\"https://images.thoughtbot.com/blog-vellum-image-uploads/OZs0udDSRGCmxhbRyotJ_graphql.png\" width=\"400px\"/\u003e\n\n## Getting started\n\n1. Change `index.ts` file to point at your preferred schema object.  Comment out other schema imports or comment out `apolloServer` and uncomment `gateway` to explore [Schema Federation](https://www.apollographql.com/docs/apollo-server/federation/federation-spec/)\n\n2. Run `yarn \u0026\u0026 yarn start` in root\n\n3. Go to http://localhost:4000 to query Playground\n\n---\n\n\u003cp align=\"center\"\u003eMade with ❤️ by \u003ca href=\"https://www.novvum.io\"\u003eNovvum\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovvum%2Fgraphql-deep-dive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnovvum%2Fgraphql-deep-dive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovvum%2Fgraphql-deep-dive/lists"}