spring-boot-graphql-query-example icon indicating copy to clipboard operation
spring-boot-graphql-query-example copied to clipboard

Spring Boot with GraphQL Query Example

Results 8 spring-boot-graphql-query-example issues
Sort by recently updated
recently updated
newest added

**Changelogs** - updated the spring boot version to 3.0.1 - updated jdk version to 17 from 11 - fixed imports for to use jakarta package istead of javax - tested...

While trying to execute the project using below query { book(id: "123") { title authors publisher } } I am getting below error. { "data": null, "errors": [ { "message":...

Can you pls help, how we can use graphql API in the spring boot app? treating spring boot as client

How can I use GraphiQL to query? I can query using Postman, but GraphiQL show and error: ``` { "errors": [ { "message": "Invalid Syntax", "locations": [ { "line": 1,...

I watch the video on youtube and I have a question of pass special data type. for example, if there are two entities class inside the model, one is for...

Hi, I'm new to Spring boot framework and graphql. I have tried this project myself. But it doesn't work. I got errors like this, Error starting ApplicationContext. To display the...

Hello, We are conducting research in the space of automated software engineering and would like to include your repository in a public benchmark dataset. However, we noticed that your repository...