Djeison Aguir Selzlein

Results 3 comments of Djeison Aguir Selzlein

Did you try implementing the `parseLiteral` method on your custom coercing impl?: https://github.com/viico/SpringGraphqlObjectVariableArray/blob/main/src/main/java/issue/spring/graphql/objectlist/GraphQlConfig.java For reference, see `graphql.scalars.object.ObjectScalar` own `parseLiteral` and how it handles parsing input when instanceof `ArrayValue`. It might...

I have faced this same issue. I couldn't really find a solution other than implementing my own custom coercing approach (`JsonNodeCoearcing`) - instead of using `Map` I have used Jackson's...

Is there some material I could start with for contributing with this feature? I'm interested.