prisma / prisma-admin-feedback

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

Merging the Query Editor and Results Table #65

Open kuldar opened 5 years ago

kuldar commented 5 years ago

Preview

https://padmin-prototype.netlify.com/

Why

There have been some discussions about how prominent GraphQL should be in Prisma Admin. While it's a great way to describe the information you want to query, it's unclear how often people would go back and fiddle with the query after saving a certain filtered/ordered "view".

If we assume that most users will rather interact with the data through UI, it makes sense to push the GraphQL query into a "implementation detail" seat and instead make the necessary actions (filters, sorting, variables?) available through the UI.

Changes

query-change

Questions