Skip to main content

CpPublishEnvironmentReleaseResult

Result of publishing an environment release from a game-api tag.

type CpPublishEnvironmentReleaseResult {
version: CpEnvironmentVersionRow!
schemaChanged: Boolean!
committedToGit: Boolean!
gitCommitError: String
}

Fields

CpPublishEnvironmentReleaseResult.version ● CpEnvironmentVersionRow! non-null object

CpPublishEnvironmentReleaseResult.schemaChanged ● Boolean! non-null scalar

CpPublishEnvironmentReleaseResult.committedToGit ● Boolean! non-null scalar

True when releases/vX.Y.Z.yaml was committed to the manifest git ref.

CpPublishEnvironmentReleaseResult.gitCommitError ● String scalar

Set when ingest succeeded but the GitHub manifest commit failed.

Returned By

publishEnvironmentReleaseFromGameApiTag mutation