Schema: Move snapshot field in a visit status to a target type
Use the generic target resolver
without this diff
visitstatus {
...
snapshot {
swhid
...
}
}
with this diff
visitstatus {
...
snapshot {
swhid
node {
swhid
...
}
}
Edited by Jayesh