prisma / prisma-admin-feedback

Feedback for Prisma Admin (currently in invite-only preview)
6 stars 1 forks source link

Form view doesn't reflect GraphQL response #149

Open joshhopkins opened 5 years ago

joshhopkins commented 5 years ago

Given the following GQL query:

{
  author {
    id
    posts(last: 3) {
      id
    }
}

The server response and JSON view is correct, however the form view isn't updated and will show all posts.