ERPOperationsSaveInput
Input for saving ERP operations in batch.
input ERPOperationsSaveInput {
operations: [ERPOperationInput!]!
}
Fields
ERPOperationsSaveInput.operations ● [ERPOperationInput!]! non-null input
List of ERP operations to create or update.
Member Of
erpOperationsSave mutation