Build failed Qarukus graphQl app due to errors schema #24197
-
Hi together, Hi @phillip-kruger public class DomesticDeviceInfoOutMiTO {
public class GetAllDomesticDevicesOutMiTO {
public class CustomerDevices {
public interface McsPublicClientInterface { @ApplicationScoped
@GraphQLAPI
The error that I had is the fellowing:
Caused by: io.quarkus.builder.BuildException: Build failure: Build failed due to errors |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 11 replies
-
Can you share a reproducer? |
Beta Was this translation helpful? Give feedback.
-
Hi @Bilel-NEJI |
Beta Was this translation helpful? Give feedback.
-
Hi @phillip-kruger
} #McsPublicClientInterface has some changes:
#McsClientResource has some changes:
} but something I don't understand why when I type the following: knowing that when I consume this API with Apollo; I can find my response in the console.log. |
Beta Was this translation helpful? Give feedback.
-
The default endpoint for executing graphql operations is http://localhost:8080/q/graphql |
Beta Was this translation helpful? Give feedback.
-
Hi @phillip-kruger |
Beta Was this translation helpful? Give feedback.
Hi @phillip-kruger
The java version that I use is : java 11.0.13 2021-10-19 LTS
Now it's running quite well for me after making the changes below:
#DomesticDeviceInfoOutMiTO: still the same
#GetAllDomesticDevicesOutMiTO: still the same
#CustomerDevices: this class I removed
#the McsClientImpl has some changes: