{"id":14976084,"url":"https://github.com/graphql-study/graphql-docs","last_synced_at":"2026-03-05T13:31:07.175Z","repository":{"id":54305277,"uuid":"330112131","full_name":"graphql-study/graphql-docs","owner":"graphql-study","description":"https://graphql.org","archived":false,"fork":false,"pushed_at":"2022-03-02T11:43:31.000Z","size":52,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T20:41:10.488Z","etag":null,"topics":["graphql","graphql-js","graphql-schema","korean-docs"],"latest_commit_sha":null,"homepage":"","language":null,"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/graphql-study.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":"2021-01-16T07:52:00.000Z","updated_at":"2022-03-02T11:43:35.000Z","dependencies_parsed_at":"2022-08-13T11:30:59.887Z","dependency_job_id":null,"html_url":"https://github.com/graphql-study/graphql-docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/graphql-study/graphql-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql-study%2Fgraphql-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql-study%2Fgraphql-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql-study%2Fgraphql-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql-study%2Fgraphql-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graphql-study","download_url":"https://codeload.github.com/graphql-study/graphql-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql-study%2Fgraphql-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30127771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T12:40:50.676Z","status":"ssl_error","status_checked_at":"2026-03-05T12:39:32.209Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["graphql","graphql-js","graphql-schema","korean-docs"],"created_at":"2024-09-24T13:53:16.658Z","updated_at":"2026-03-05T13:31:07.154Z","avatar_url":"https://github.com/graphql-study.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# `GraphQL` docs 🏃‍♀️ 🏃 🏃‍♂️\n\n\u003e https://graphql.org\n\n\u003e https://graphql-kr.github.io/\n\n\n- 슬랙 👉 nextersgraphql.slack.com\n- 오픈카톡 👉 https://open.kakao.com/o/gcQMBUQc\n\n## `Structure`\n\n\u003e https://graphql.org/learn/\n\n```bash\n├── docs                  # 공식 문서\n│   ├── best_practice\n│   ├── exception\n│   ├── introspection\n│   ├── query_and_mutation\n│   ├── schema_and_type\n│   └── validation\n└── src                   # 각 주제별 공유하고 싶은 리소스\n```\n\n## `Commit` Rule\n\n- Commit Rule은 다음을 참고한다\n  - 브런치 생성: `feature/\u003cdocs의 세부 폴더명\u003e`\n  - `commit message`는 자유롭게 한다.\n\n## `Filename` Rule\n\n- 한 파일은 하나의 주제를 다룬다.\n- 세부적인 주제.md\n\n## `Study` Rule\n\n\u003e 2021.01.16 기준\n\n1. 만남방식: Google meetup\n2. 정기만남: 2주에 1회\n3. 일자: 목요일 21:00 - 22:00\n4. 소통방식:\n   1. 스터디에 공유할 자료는 해당 github project에 공유 한다.\n   2. 기타 레퍼런스나 교류가 필요한 경우는 슬랙/오픈채팅방을 자유롭게 사용 가능\n5. 스터디 준비 🤙\n   1. 주 평균 **최소** 2시간의 시간을 투자해서 리소스를 공부한다. (시간)\n   2. 위의 원칙을 기준으로 2주 단위 구성원 모두가 읽을 양을 정한다. (범위)\n   3. 2~3명 단위로 3팀을 꾸려, 각 팀당 10분의 발표를 진행한다. (남은 시간 Q/A 및 정보 공유)\n\n## `Plan`\n\n\u003e 5주 완성\n\n- `21.01.21` Introduction\n  - [introduction](https://graphql-kr.github.io/learn/)\n  1. [Graphql vs REST](https://www.howtographql.com/basics/1-graphql-is-the-better-rest/)\n  2. [Core concepts](https://www.howtographql.com/basics/2-core-concepts/)\n  3. [Big Picture](https://www.howtographql.com/basics/3-big-picture/)\n- `21.02.04` Concept\n  - query \u0026 mutation\n  - schema \u0026 type\n  - validation \u0026 execution \\* introspection\n- `21.02.18` Best Practices\n  - 모범사례\n\n## `Reference`\n- [spec.graphql](http://spec.graphql.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphql-study%2Fgraphql-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraphql-study%2Fgraphql-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphql-study%2Fgraphql-docs/lists"}