Benji Koltai

Results 2 issues of Benji Koltai

I am trying to get all types that implement an `interface` into my schema from `buildSchema`. In order to do this, I'm using `addSchemaMustHaveType(myUnreferencedType)`. However, I need to first resolve...

After entering my password for github, I get the following exception stacktrace: ``` com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 12 com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to...