graphql-java is a Java implementation for GraphQL, a query language created by Facebook for describing data requirements on complex application data models.
I am exploring GraphQL and would like to know if there is any way of renaming the response field for …
graphql graphql-javaI am new to GraphQL. I know it is very basic question. But tried spending lot of time and i …
java graphql graphql-javaI am new to GrapQL. I am trying to use it with spring boot. I can make query successfully, it …
java spring-boot graphql graphql-javaI tried few variant and had no luck to return a map in GraphQL. So I have the following two …
java graphql graphql-javaI have two entity manager configurations for two separate databases but when I try to auto-wire an entity manager in …
java spring spring-boot spring-data-jpa graphql-javaI’m working on a spring boot project with GraphQL. I'm using graphql-java-tools and graphql-spring-boot-starter. I managed to configure security …
authentication spring-boot spring-security graphql graphql-javaIn a project I use graphql-java and spring boot with a postgreSQL Database. Now I would like to use the …
java spring-boot graphql graphql-javaI want to test GraphQL for a future project. The project will use Spring Boot, Spring Security, and GraphQL. So …
java spring-boot graphql graphql-java graphiqlI am working in an graphql application where I have to send custom error object / message in json irrespective of …
json error-handling graphql graphql-javaWe are planning use Graphql as backend server in our application. We choose Graphql-Java to develop our POC. We came …
java graphql graphql-java