huehnerlady
10/20/2020, 2:11 PMDariusz Kuc
10/20/2020, 4:57 PMhuehnerlady
10/21/2020, 6:07 AMDusan Hornik
10/21/2020, 11:33 AMPatientId
QuestionId
and ApplicationId
Unfortunately, typealias is often presented as original type (Long) making it difficult to map from scalar back to typealias. We have a very hacky way type.toString()
that is very ugly but seems to do the job.huehnerlady
10/21/2020, 12:31 PMDariusz Kuc
10/21/2020, 2:50 PMBigDecimal
(https://github.com/graphql-java/graphql-java/blob/master/src/main/java/graphql/scalar/GraphqlBigDecimalCoercing.java) but in case of big decimal i’d probably use stringhuehnerlady
10/21/2020, 2:57 PMDariusz Kuc
10/21/2020, 3:52 PMgraphql-java
(and moved to extended scalars repo I believe)huehnerlady
10/21/2020, 3:55 PM