CreateCostTypeInput
Autogenerated input type of CreateCostType
input CreateCostTypeInput {
clientMutationId: String
params: CostTypeCreateInput!
}
Fields
CreateCostTypeInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateCostTypeInput.params ● CostTypeCreateInput! non-null input
CostType create params
Member Of
createCostType mutation