mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
prepare getting release assets
This commit is contained in:
parent
5ebbda6ba9
commit
4c564c9ae9
@ -112,6 +112,24 @@ exports.createPages = ({ graphql, actions }) => {
|
||||
text
|
||||
}
|
||||
}
|
||||
releases(first: 1) {
|
||||
edges {
|
||||
node {
|
||||
name
|
||||
spec: releaseAssets(
|
||||
first: 100
|
||||
name: "api.json"
|
||||
) {
|
||||
edges {
|
||||
node {
|
||||
name
|
||||
downloadUrl
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user