diff --git a/kanken_online/graphql/schema.graphql b/kanken_online/graphql/schema.graphql new file mode 100644 index 0000000..a1cdee5 --- /dev/null +++ b/kanken_online/graphql/schema.graphql @@ -0,0 +1,12 @@ +schema { + kanji: Kanji, + kotoba: Kotoba +} + +type Kanji { + +} + +type Kotoba { + +} \ No newline at end of file