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