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