1. 19
    Implement Delete Shop Mutation with Apollo Client in Nextjs
    3m 16s

Implement Delete Shop Mutation with Apollo Client in Nextjs

InstructorShadid Haque

Share this video with your friends

Send Tweet

We will implement the delete shop in our Nextjs application. When the user selects the delete button for a shop in the shop's list, it will execute the DeleteShopAndProducts mutation and delete the shop and all associated products.