CreateOrderStatusInput
No description
input CreateOrderStatusInput {
name: String!
code: String!
type: String!
orderType: String!
description: String
priority: Int
isDefault: Boolean
isPublic: Boolean
isEditable: Boolean
isDeletable: Boolean
isExportable: Boolean
isConfirmable: Boolean
isArchivable: Boolean
nextStatusesIds: [Int!]
addOrderStatusToSet: OrderStatusSetSearchByInput
}