This article covers how to add the edit and delete capabilities to the movie data. We will configure the home page of our app to display the list of movies and will provide sort and filter movie options to the user. In part 1 and part 2 of this series, we learned how to create a GraphQL mutation and we created a Graphql client with the help of the Strawberry Shake tool.

19m read timeFrom syncfusion.com
Post cover image
Table of contents
Update the IMovie interfaceUpdate the MovieDataAccessLayer classAdd the GraphQL server query to fetch all movie dataAdd GraphQL server mutation to edit and delete movie dataAdd the configuration for sorting and filteringAdd GraphQL client queriesConfigure Bootstrap and Font AwesomeCreate the rating componentCreate the movie details componentCreate the card componentCreate the genre componentCreate the home componentExecution demoInstall Syncfusion Toast packageUpdate the AddEditMovie componentCreate the admin panelUpdate the navigation barDemo executionResourceSummaryRelated blogs

Sort: