在grapqhiQL中我可以这样写:
query {
list1 {
edges {
node {
someData
list2 {
edges {
node {
data
}
}
}
}
}
}
}
使用我需要的数据获得正确的结果。但是如何用Relay实现相同的结果?