XanderAtBackboneSystems
XanderAtBackboneSystems
First of all i'm a happy user of the enumer :) But i've an situation in which i need a bit of help. When my enum is in code that...
A simple solution for: https://github.com/dmarkham/enumer/issues/52
When using version 5.6.1 of graphql-java-tools I encountered an illegal reflective access. The stack trace for the access is: ``` defineAccessClass:57, AccessClassLoader (com.esotericsoftware.reflectasm) get:276, MethodAccess (com.esotericsoftware.reflectasm) :145, MethodFieldResolverDataFetcher (com.coxautodev.graphql.tools) createDataFetcher:104,...
When i tried to return a Connection in a resolver which would be coupled to a simple list type in the graphql schema (which is evidently wrong) i got the...