CostTypeUpdateInput
CostType update input
input CostTypeUpdateInput {
id: ID!
description: String
name: String
}
Fields
CostTypeUpdateInput.id ● ID! non-null scalar
CostType id
CostTypeUpdateInput.description ● String scalar
CostType Description
CostTypeUpdateInput.name ● String scalar
CostType name
Member Of
UpdateCostTypeInput input