mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
18 lines
304 B
GraphQL
18 lines
304 B
GraphQL
query GetPackageByCommandQuery($commandName: String!) {
|
|
getCommand(name: $commandName) {
|
|
command
|
|
packageVersion {
|
|
version
|
|
isLastVersion
|
|
manifest
|
|
distribution {
|
|
downloadUrl
|
|
piritaDownloadUrl
|
|
}
|
|
package {
|
|
displayName
|
|
}
|
|
}
|
|
}
|
|
}
|