DeleteProductsInput
No description
input DeleteProductsInput {
productIds: [ID!]!
}
Fields
DeleteProductsInput.productIds
● [ID!]!
non-null scalar
Member Of
deleteProducts
mutation