hdimitrieski / e-shop

Sample Spring Cloud microservices e-shop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

com.eshop.gqlgateway.types package missing

akpatil opened this issue · comments

Unable to build project as classes from package com.eshop.gqlgateway.types.* is missing

Hi @akpatil,

That package contains the classes generated by dgs-codegen. Basically, when you build the project, the plugin generates the types specified in the GraphQL schema. Can you see any errors when you build the project?

Okay. Ill retry and let you know soon. I was unaware of this.

I was able to generate the java files after building the project. Thank you.
The files get generated under build / generated / sources / dgs-codegen folder.
If i want to resolve the compile time errors in eclipse; do i manually copy the package into the project ?

Thank you for your prompt replies. I have copied the types manually. Closing the issue.