Skip to main content

EnvironmentConnectionPayload

No description

type EnvironmentConnectionPayload {
successful: Boolean!
messages: [ValidationMessage]
result: EnvironmentConnection
}

Fields

EnvironmentConnectionPayload.successful ● Boolean! non-null scalar

Indicates if the mutation completed successfully or not.

EnvironmentConnectionPayload.messages ● [ValidationMessage] list object

A list of failed validations. May be blank or null if mutation succeeded.

EnvironmentConnectionPayload.result ● EnvironmentConnection object

The object created/updated/deleted by the mutation. May be null if mutation failed.

Returned By

createEnvironmentConnection mutation ● deleteEnvironmentConnection mutation