UpdateCostTypeInput
Autogenerated input type of UpdateCostType
input UpdateCostTypeInput {
clientMutationId: String
params: CostTypeUpdateInput!
}
Fields
UpdateCostTypeInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateCostTypeInput.params ● CostTypeUpdateInput! non-null input
CostType create params
Member Of
updateCostType mutation