Top "Graphql-java" questions

graphql-java is a Java implementation for GraphQL, a query language created by Facebook for describing data requirements on complex application data models.

How to expose graphql field with different name

I am exploring GraphQL and would like to know if there is any way of renaming the response field for …

graphql graphql-java
Sending GraphQl query in java

I am new to GraphQL. I know it is very basic question. But tried spending lot of time and i …

java graphql graphql-java
Validation error of type FieldUndefined: Field 'register' in type 'Query' is undefined

I am new to GrapQL. I am trying to use it with spring boot. I can make query successfully, it …

java spring-boot graphql graphql-java
Return HashMap<String, Object> from GraphQL-Java

I tried few variant and had no luck to return a map in GraphQL. So I have the following two …

java graphql graphql-java
No qualifying bean of type 'javax.persistence.EntityManager' available: expected single matching bean but found 2

I 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-java
authentication in spring boot using graphql

I’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-java
graphql-java - How to use subscriptions with spring boot?

In 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-java
GraphQL and Spring Boot 2.0.3

I 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 graphiql
GraphQL java send custom error in json format

I am working in an graphql application where I have to send custom error object / message in json irrespective of …

json error-handling graphql graphql-java
Custom Scalar in Graphql-java

We are planning use Graphql as backend server in our application. We choose Graphql-Java to develop our POC. We came …

java graphql graphql-java