query { origins(urls: ["https://github.com/SoftwareHeritage/swh-model"]) { id type url visits { date snapshot { swh_pid objects { __typename ... on Snapshot { branches(names: ["HEAD", "refs/heads/master"]) { name target { swh_pid } } } } } } } }