OrderHistoryInput
No description
input OrderHistoryInput {
storeId: ID!
orderId: ID!
eventType: OrderHistoryTypes!
comment: String
}
No description
input OrderHistoryInput {
storeId: ID!
orderId: ID!
eventType: OrderHistoryTypes!
comment: String
}
OrderHistoryInput.storeId ● ID! non-null scalarOrderHistoryInput.orderId ● ID! non-null scalarOrderHistoryInput.eventType ● OrderHistoryTypes! non-null enumOrderHistoryInput.comment ● String scalar