Commit c5df3d3
chore: 루트 GraphQL 스키마 파일 추가 (#9)
* chore: 루트 GraphQL 스키마 파일 추가
learning.graphqls가 최상위 Query/Mutation을 직접 정의하여 다른 BC 스키마와 충돌하는 문제를 해결한다.
schema.graphqls에 빈 루트 타입을 정의하고, learning.graphqls를 extend type으로 변경한다.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: 루트 Query에 placeholder 필드 추가
빈 Query 타입은 유효하지 않은 GraphQL 스키마이므로 SpectaQL 문서 생성이 실패한다.
_health placeholder 필드를 추가하여 해결한다.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 5001f0e commit c5df3d3
3 files changed
Lines changed: 17 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments