joyent-portal/packages/cp-frontend/src/graphql/Manifest.gql
2017-06-28 10:18:10 +01:00

13 lines
202 B
GraphQL

query ManifestById($deploymentGroupSlug: String!) {
deploymentGroup(slug: $deploymentGroupSlug) {
version {
manifest {
id
type
format
raw
}
}
}
}