-
|
I have a simple Kotlin app based on the Getting Started instructions. Schema: Kotlin code: However when I try to run the Query: I found a few similar questions like #192 and #648 but in both cases the problem was caused by the The repo with my code is available at https://github.com/koles/dgs-springboot-null. I was able to reproduce it with DGS 5.4.3 and 4.9.16 (Kotlin 1.7.20). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Solved - the declared package name in my data fetcher was not consistent with the actual directory structure. It would be nice if DGS reported a warning when the schema includes parts that are not covered by any component. |
Beta Was this translation helpful? Give feedback.
Solved - the declared package name in my data fetcher was not consistent with the actual directory structure.
It would be nice if DGS reported a warning when the schema includes parts that are not covered by any component.