Previously, we were using a custom-y `id` field to help Apollo cross-reference `petAppearance` queries with the results from bulk `petAppearances` queries. Now, instead, we deprecate `petStateId`, and start using `id` to have the same stable value! This is in anticipation of pet appearance support tools: a stable ID will make it easier to edit them, esp changing their pose (which would otherwise have changed the ID!) |
||
|---|---|---|
| .. | ||
| cached-data | ||
| components | ||
| WardrobePage | ||
| apolloClient.js | ||
| App.js | ||
| HomePage.js | ||
| util.js | ||