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)
how to register extended scalar
graphql beta testers,
experimenting with 1.0.0-M6 and wondering how I can register custom scalars from the widely used graphql-java-extended-scalars project.
I added
@Bean
public GraphQLScalarType jso...
D.Dinger
Votes: 0
Answers: 1
GraphQL: how to avoid values overwrites for unspecified fields when doing an update via a mutation
Let me explain:
I am using Gson as deserializer, MongoDB as storage and the newly Spring GraphQL
Let's say I have an object O in database with the fields:
A = 6
B = null
If the frontend send an updat...
Christophe Bouillaud
Votes: 0
Answers: 1
Spring GraphQL projection throws no bean resolver exception
I have a Spring Boot application with Spring for GraphQL library and I need to modify the returned object. So I created and registered a projection class referring to my bean method:
public interface ...
Ondřej Míchal
Votes: 0
Answers: 1
Custom serialization of specific return type for DataFetcher
I am using Spring for GraphQL (version 2.7.0-M1).
In my domain model, a lot of properties return an object Foo. This object must be serialized to a String based on data available from GraphQlContext. ...
rmuller
Votes: 0
Answers: 1