CustomerRatingSettingDeletePayload
Autogenerated return type of CustomerRatingSettingDelete
type CustomerRatingSettingDeletePayload {
clientMutationId: String
deletedCustomerRatingSettingId: ID
errors: [UserError!]!
}
Fields
CustomerRatingSettingDeletePayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
CustomerRatingSettingDeletePayload.deletedCustomerRatingSettingId ● ID scalar common
The ID of the customer rating setting that was deleted.
CustomerRatingSettingDeletePayload.errors ● [UserError!]! non-null object common
Errors related to user input
Returned by
customerRatingSettingDelete mutation