https://repl.it/talk/share/DjangoListField-bug/79205 Idk if this is the correct way of sharing the repl, if not, lmk Repro: 1. Create superuser 2. In one tab, run query ```py { allRecipes { id title instructions } } ``` 3. In another tab, go to admin panel, add new record to recipes 4. Rerun the above query You'll see that the data returned does not include the new recipe that was added