prisma / prisma-admin-feedback

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

After running a query to only show the first three results, I cannot see the full list #78

Closed etelsv closed 5 years ago

etelsv commented 5 years ago

The full list of results is no longer reachable after I ran a query to just see the first three.

After running this query:

{
  posts(first: 3) {
    id
    title
    published
    author {
      id
    }
    comments {
      id
    }
  }
}

I see the following results when I want to see all of the entries

Screenshot 2019-03-12 at 16 25 12

Rerunning the query doesn't work, but refreshing the page seems to mitigate the issue.

huv1k commented 5 years ago

It's fixed now 🚀