joyent-portal/packages/cp-gql-mock-server/test/tags/provision-manifest.gql

20 lines
355 B
Plaintext
Raw Normal View History

2017-07-21 17:08:15 +03:00
mutation provisionManifest(
$deploymentGroupId: ID!
$type: ManifestType!
$format: ManifestFormat!
$environment: String!
$files: [KeyValueInput]!
$raw: String!
) {
provisionManifest(
deploymentGroupId: $deploymentGroupId
type: $type
format: $format
environment: $environment
files: $files
raw: $raw
) {
id
}
}