Show HN: Diffx – a simple JavaScript state management library
github.com2 pointsby jbjorge1 comments
query familyTree {
name,
mother {
name,
mother {
..and so on for an unknown number of nestings
}
}
}
Dataloader solves batching of the nested query on the server, but doesn't solve the problem of not knowing what the correct number of nestings the query should have.