Skip to main content

CloudCostCredentialPayload

No description

type CloudCostCredentialPayload {
successful: Boolean!
messages: [ValidationMessage]
result: CloudCostCredential
}

Fields

CloudCostCredentialPayload.successful ● Boolean! non-null scalar

Indicates if the mutation completed successfully or not.

CloudCostCredentialPayload.messages ● [ValidationMessage] list object

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

CloudCostCredentialPayload.result ● CloudCostCredential object

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

Returned By

assignCloudCostCredential mutation ● dismissCloudCostCredential mutation