Changeset.nextSyncAt not populated when changeset is queried by ID
Created by: mrnugget
When a changeset is queried by ID, with the node(id: "foo")
query, the nextSyncAt
field is not populated:
What we need to do is load the sync data, like here:
In the best case, we make this field "preload"-able: if the nextSyncAt
is set when the resolver is initialized, we don't need to do anything. But if it's not set, we lazily load it when requested. We already do this for preloadedRepo
: