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