mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
aa
This commit is contained in:
parent
729cde3625
commit
0e8e68a5fb
1 changed files with 5 additions and 8 deletions
|
@ -137,16 +137,13 @@ query {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# All tags
|
# All tags
|
||||||
refs(refPrefix: "refs/tags/", first: 1, orderBy: {
|
refs(refPrefix: "refs/tags/", first: 1, orderBy: {field: TAG_COMMIT_DATE, direction: DESC}) {
|
||||||
field: TAG_COMMIT_DATE,
|
|
||||||
direction: DESC})
|
|
||||||
{
|
|
||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
name
|
name
|
||||||
target {
|
target {
|
||||||
... on Commit {
|
oid
|
||||||
oid
|
... on Commit {
|
||||||
url
|
url
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -159,7 +156,7 @@ releases(first: 100, orderBy: { field: CREATED_AT, direction: DESC }) {
|
||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
name
|
name
|
||||||
url
|
url
|
||||||
tagName
|
tagName
|
||||||
isPrerelease
|
isPrerelease
|
||||||
isLatest
|
isLatest
|
||||||
|
|
Loading…
Add table
Reference in a new issue