https://github.com/graphql-study/graphql-docs
https://graphql.org
https://github.com/graphql-study/graphql-docs
graphql graphql-js graphql-schema korean-docs
Last synced: 3 months ago
JSON representation
https://graphql.org
- Host: GitHub
- URL: https://github.com/graphql-study/graphql-docs
- Owner: graphql-study
- Created: 2021-01-16T07:52:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T11:43:31.000Z (over 3 years ago)
- Last Synced: 2025-01-11T08:48:33.903Z (5 months ago)
- Topics: graphql, graphql-js, graphql-schema, korean-docs
- Homepage:
- Size: 50.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `GraphQL` docs πββοΈ π πββοΈ
> https://graphql.org
> https://graphql-kr.github.io/
- μ¬λ π nextersgraphql.slack.com
- μ€νμΉ΄ν‘ π https://open.kakao.com/o/gcQMBUQc## `Structure`
> https://graphql.org/learn/
```bash
βββ docs # 곡μ λ¬Έμ
βΒ Β βββ best_practice
βΒ Β βββ exception
βΒ Β βββ introspection
βΒ Β βββ query_and_mutation
βΒ Β βββ schema_and_type
βΒ Β βββ validation
βββ src # κ° μ£Όμ λ³ κ³΅μ νκ³ μΆμ 리μμ€
```## `Commit` Rule
- Commit Ruleμ λ€μμ μ°Έκ³ νλ€
- λΈλ°μΉ μμ±: `feature/`
- `commit message`λ μμ λ‘κ² νλ€.## `Filename` Rule
- ν νμΌμ νλμ μ£Όμ λ₯Ό λ€λ£¬λ€.
- μΈλΆμ μΈ μ£Όμ .md## `Study` Rule
> 2021.01.16 κΈ°μ€
1. λ§λ¨λ°©μ: Google meetup
2. μ κΈ°λ§λ¨: 2μ£Όμ 1ν
3. μΌμ: λͺ©μμΌ 21:00 - 22:00
4. μν΅λ°©μ:
1. μ€ν°λμ 곡μ ν μλ£λ ν΄λΉ github projectμ 곡μ νλ€.
2. κΈ°ν λ νΌλ°μ€λ κ΅λ₯κ° νμν κ²½μ°λ μ¬λ/μ€νμ±ν λ°©μ μμ λ‘κ² μ¬μ© κ°λ₯
5. μ€ν°λ μ€λΉ π€
1. μ£Ό νκ· **μ΅μ** 2μκ°μ μκ°μ ν¬μν΄μ 리μμ€λ₯Ό 곡λΆνλ€. (μκ°)
2. μμ μμΉμ κΈ°μ€μΌλ‘ 2μ£Ό λ¨μ ꡬμ±μ λͺ¨λκ° μ½μ μμ μ νλ€. (λ²μ)
3. 2~3λͺ λ¨μλ‘ 3νμ κΎΈλ €, κ° νλΉ 10λΆμ λ°νλ₯Ό μ§ννλ€. (λ¨μ μκ° Q/A λ° μ 보 곡μ )## `Plan`
> 5μ£Ό μμ±
- `21.01.21` Introduction
- [introduction](https://graphql-kr.github.io/learn/)
1. [Graphql vs REST](https://www.howtographql.com/basics/1-graphql-is-the-better-rest/)
2. [Core concepts](https://www.howtographql.com/basics/2-core-concepts/)
3. [Big Picture](https://www.howtographql.com/basics/3-big-picture/)
- `21.02.04` Concept
- query & mutation
- schema & type
- validation & execution \* introspection
- `21.02.18` Best Practices
- λͺ¨λ²μ¬λ‘## `Reference`
- [spec.graphql](http://spec.graphql.org/)