1
0
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:
Matthias Kretschmann 2019-03-28 18:24:24 +01:00
parent 5ebbda6ba9
commit 4c564c9ae9
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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
}
}
}
}
}
}
}
}
}