python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Get GraphQL query name from the entire query text in graphql-java
Assume that there is a query such as:
query test1 {
students {
id
name
address_pin
address_city
yearAdmitted
laptopOS
phoneOS
}
}
I can access this entire query text a...
Ram
Votes: 0
Answers: 0
Spring Webflux unaccounted time loss
We have recently switched to ExpediaGroups GraphQL library which is based on Spring Webflux.
Since switching our Jaeger Traces show gaps before and after the last database query / span is created:
Th...
roookeee
Votes: 0
Answers: 2
GraphQL JSON-Http request towards Spring Boot parse failure why?
So, I'm using GraphQL in Java (Spring Boot) and running with Datafetchers. I'm trying to do a fetch with JSON but it seems like i never get it right. I can do a fetch in the client with Content-type: ...
Linus
Votes: 0
Answers: 0
unsatisfiable cycle and "ObjectIdInput" related exception in Quarkus GraphQL
I am developing a project with Quarkus and mongodb. I have a model as below.
@MongoEntity(collection = "Designation")
public class Designation extends ReactivePanacheMongoEntityBase {
@...
Monjur Morshed
Votes: 0
Answers: 0