📄️ createRelationalObject()
Used to define the object and its relationships with other objects.
📄️ createStore()
Create the object relationship store.
📄️ store.mutate()
To make any changes to the data in the store, store.mutate() will be used.
📄️ store.select()
Used to select data from the store
📄️ store.selectIndex()
Used to select data from an object index in the store
📄️ withOptions()
Helper function used to set payload options on a single object or multiple object.
📄️ createRelationalObjectIndex()
Used to define an object index, to keep track of which objects are on which page. Built to help with pagination.