Tag: intellij-idea
-
Postman giving 401 Unauthorized upon adding graphql-java-client dependency in spring boot
-1 I am working on a spring boot project with gradle that calls an external graphQL service using GraphQLHTTP Client. For this, I imported the following dependency in my build.gradle: implementation group: ‘com.graphql-java-generator’, name: ‘graphql-java-client-dependencies’, version: ‘2.3.1’ However, when I try to hit any endpoint (API) upon addition of above dependency, I am getting 401…
-
Unknown type “” in grapthqls files with GraphQL in Intellij
0 I have created multiple graphqls files with multiple types but the Intellij will not recognize the types when used. !Important: No error was thrown at compile time and the queries works as expected but visually is very annoing to have everything in red In the next image you can see that i have the…