mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 21:28:21 +00:00
16 lines
278 B
GraphQL
16 lines
278 B
GraphQL
query GetPackageByCommandQuery ($commandName: String!) {
|
|
getCommand(name: $commandName) {
|
|
command
|
|
packageVersion {
|
|
version
|
|
isLastVersion
|
|
manifest
|
|
distribution {
|
|
downloadUrl
|
|
}
|
|
package {
|
|
displayName
|
|
}
|
|
}
|
|
}
|
|
} |