Skip to content
Snippets Groups Projects

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

Closed 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading