MCPcopy Create free account
hub / github.com/stefanbuck/awesome-browser-extensions-for-github / getQuery

Function getQuery

update.js:18–26  ·  view source on GitHub ↗
(alias, owner, name)

Source from the content-addressed store, hash-verified

16}).filter(Boolean);
17
18function getQuery(alias, owner, name) {
19 return `repo${alias}: repository(owner:"${owner}" name:"${name}") {
20 url,
21 isArchived,
22 stargazers {
23 totalCount
24 }
25 }`
26}
27
28function getGraphqlQuery(list) {
29 const innerQuery = list.map(({ name, url }, index) => {

Callers 1

getGraphqlQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected