ReorderCostTypesInput
Autogenerated input type of ReorderCostTypes
input ReorderCostTypesInput {
clientMutationId: String
costTypeIds: [ID!]!
}
Fields
ReorderCostTypesInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
ReorderCostTypesInput.costTypeIds ● [ID!]! non-null scalar
CostType ids
Member Of
reorderCostTypes mutation