CreateOrderTypeInput
No description
input CreateOrderTypeInput {
default: Int
name: String!
sortorder: Int!
}
Fields
CreateOrderTypeInput.default
● Int
scalar
CreateOrderTypeInput.name
● String!
non-null scalar
CreateOrderTypeInput.sortorder
● Int!
non-null scalar
Member of
createOrderType
mutation