UpdateCostTypePayload
Autogenerated return type of UpdateCostType.
type UpdateCostTypePayload {
clientMutationId: String
data: CostType
errors: [Error!]!
}
Fields
UpdateCostTypePayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateCostTypePayload.data ● CostType object
UpdateCostTypePayload.errors ● [Error!]! non-null object
List of errors
Returned By
updateCostType mutation