graphql-prisma-typescript icon indicating copy to clipboard operation
graphql-prisma-typescript copied to clipboard

Example Prisma API

Open lorensr opened this issue 7 years ago • 1 comments

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.

lorensr avatar Mar 10 '18 02:03 lorensr

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. :)

schickling avatar Mar 10 '18 11:03 schickling