EnvironmentPayload
No description
type EnvironmentPayload {
successful: Boolean!
messages: [ValidationMessage]
result: Environment
}
Fields
EnvironmentPayload.successful ● Boolean! non-null scalar
Indicates if the mutation completed successfully or not.
EnvironmentPayload.messages ● [ValidationMessage] list object
A list of failed validations. May be blank or null if mutation succeeded.
EnvironmentPayload.result ● Environment object
The object created/updated/deleted by the mutation. May be null if mutation failed.
Returned By
createEnvironment mutation ● decommissionPreviewEnvironment mutation ● deleteEnvironment mutation ● deployPreviewEnvironment mutation ● updateEnvironment mutation