DeleteInventoryRecordsInput
Autogenerated input type of DeleteInventoryRecords
input DeleteInventoryRecordsInput {
clientMutationId: String
ids: [ID!]!
}
Fields
DeleteInventoryRecordsInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
DeleteInventoryRecordsInput.ids ● [ID!]! non-null scalar common
The inventory records to delete.
Member Of
echoDeleteInventoryRecords mutation