In this chapter, we will finalize the application and create the final parts. This chapter will finish the development of the application, making it ready to create a final product for deployment.
Here you will learn how to create GraphQL queries and fragments, create the Chat Vuex module and business rules, create the contacts page and components used in the page, and finally the messages page with the components needed for creating the page.
In this chapter, we'll cover the following recipes:
- Creating GraphQL queries and fragments
- Creating the Chat Vuex module on your application
- Creating the Contacts page of your application
- Creating the Messages page of your application