Skip to content

DjangoListField returning stale data by default #1061

Closed
@lijok

Description

@lijok

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
{
  allRecipes {
    id
    title
    instructions
  }
}
  1. In another tab, go to admin panel, add new record to recipes
  2. Rerun the above query

You'll see that the data returned does not include the new recipe that was added

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions