I have successfully created a GraphQL server using...
# orm-help
d
I have successfully created a GraphQL server using Prisma and have a generated/prisma.ts, now I'm looking for an example how to use Typescript on the client side for invoking queries on my endpoint. I'm using Vue, but a plain typescript example using the generated definitions would be nice. Are there already examples online?