lyzq

Results 2 comments of lyzq

```java package com.sankuai.baby.dataaggregate; import com.coxautodev.graphql.tools.GraphQLQueryResolver; import com.coxautodev.graphql.tools.SchemaParser; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import graphql.ExecutionResult; import graphql.GraphQL; import graphql.schema.GraphQLSchema; import java.util.Arrays; import java.util.HashMap; import java.util.Map; public class MapTest { static ObjectMapper objectMapper...

![image](https://user-images.githubusercontent.com/20654157/62179262-7b749580-b37e-11e9-8bb2-f01607c65afd.png) @also When I skip this type check, the above code gets the result I want. So, my question is, is this type checking logic correct for List?