Add GraphQL schema stub
This commit is contained in:
parent
3430bd2392
commit
242fcfb823
12
kanken_online/graphql/schema.graphql
Normal file
12
kanken_online/graphql/schema.graphql
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
schema {
|
||||||
|
kanji: Kanji,
|
||||||
|
kotoba: Kotoba
|
||||||
|
}
|
||||||
|
|
||||||
|
type Kanji {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
type Kotoba {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user