筋肉痛
This account is not set to public on notestock.
やっぱり埋め込み式の “引用”、便利だし関連性というメタデータも残るしで良いものなんだよなぁ。
道具があれば何事も悪用されるのが世の常ではあるが。
This account is not set to public on notestock.
This account is not set to public on notestock.
type Hoge { id: Int!, name: String! }
type Fuga { param: Hoge }
みたいなスキーマがあるとして、 Hoge.name は not null として定義されている。Hoge のデータはあるが name に null がはいったときに、 Fuga が null になってしまってどこに問題があるかさっぱりわからなくなる。エラーにしてくれ...。
This account is not set to public on notestock.