Skip to main content

DeleteCostTypePayload

Autogenerated return type of DeleteCostType.

type DeleteCostTypePayload {
clientMutationId: String
data: CostType
errors: [Error!]!
}

Fields

DeleteCostTypePayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

DeleteCostTypePayload.data ● CostType object

DeleteCostTypePayload.errors ● [Error!]! non-null object

List of errors

Returned By

deleteCostType mutation