Utku Yildiz
10/18/2024, 8:40 PMContent
object with a tags
field. Initially, this list is returned as emptyList(), and it gets stored as emptyList in the ApolloStore DB. However, after adding a single item to the tags
list and refreshing the data, the server correctly returns a list with one item, but the cache stores that field as null. I also noticed that the tag
does get stored in the DB.bod
10/19/2024, 7:17 AMUtku Yildiz
10/19/2024, 7:37 AMbod
10/19/2024, 7:41 AM