connect icon indicating copy to clipboard operation
connect copied to clipboard

Add a new method to the ConnectorInterface to fetch Repos by name

Open 0xGabi opened this issue 3 years ago • 0 comments

Try to answer the question: What is the content of Repo? It is quite common. We should include new method repoByName that handle and parse a query in the lines of:

query {
  repos(where: { name: $name }) {
    id
    name
    lastVersion {
      codeAddress
      artifact
      semanticVersion
    }
  }
}

0xGabi avatar Jul 08 '20 19:07 0xGabi