Skip to content

Schema: Move snapshot field in a visit status to a target type

Jayesh requested to merge visit-snapshot-target into master

Use the generic target resolver

without this diff

visitstatus {
  ...
  snapshot {
    swhid
    ...  
  }  
}

with this diff

visitstatus {
  ...
  snapshot {
    swhid
    node {
      swhid
      ...  
    }
}    
Edited by Jayesh

Merge request reports