graphql-prisma-typescript
graphql-prisma-typescript copied to clipboard
Example Prisma API
Might be helpful to have an example GraphQL Playground linked from the Prisma homepage, to show what a generated Prisma endpoint looks like, with filtering, sorting, pagination. More hands on than reading through https://www.prismagraphql.com/docs/reference/prisma-api/queries-ahwee4zaey
When deciding whether I'm going to use something, I want to see/interact with the API. Eg with Firebase, I had to go through all the possible queries to realize that it wasn't powerful enough to do the queries my app required, so I had to build my own indexes with it.
That's a great point @lorensr. We'll add something to the current website shortly and will more deeply embed it in the next website iteration! @nikolasburk will be looking into it. :)