Adam Papenhausen

Results 5 comments of Adam Papenhausen

If you mean semantically, yes. The above is just an example of a scenario where a static method could be used. Adapting Python's grammar of `@staticmethod` is one option of...

In my use case, even just being able to parse the custom scalars as specified in `customScalarsMapping` in `build.gradle` by default would be great!

@martinbonnin In my case, the default fake resolver does not seem to be respecting the scalars defined in `build.gradle`. For example, if I define my apollo config as such: ```...

@martinbonnin I believe the issue was related to the issue described here: https://github.com/apollographql/apollo-kotlin/issues/4669 I'm curious in relation to the above - the issue is marked as closed in both this...

> You can register the int64 custom scalar adapter it at build time to have this working: ``` apollo { service("example") { // This will use the builtin LongAdapter (you...