Skip to main content

InstanceSecretPayload

No description

type InstanceSecretPayload {
successful: Boolean!
messages: [ValidationMessage]
result: InstanceSecret
}

Fields

InstanceSecretPayload.successful ● Boolean! non-null scalar {#successful}

Indicates if the mutation completed successfully or not.

InstanceSecretPayload.messages ● [ValidationMessage] list object {#messages}

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

InstanceSecretPayload.result ● InstanceSecret object {#result}

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

Returned By

removeInstanceSecret mutation ● setInstanceSecret mutation