wangyuheng / Arc

GraphQL and Dgraph for DDD
MIT License
34 stars 12 forks source link

Graphql Client 根据泛型type自动反序列化 #57

Closed wangyuheng closed 3 years ago

wangyuheng commented 3 years ago

背景

通过graphql client 调用 graphql api 时只能返回 GraphqlResponse

方案

通过GraphqlResponse中的泛型自动反序列化

验证

自定义类型反序列化成功