Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.25 KB

Readme.md

File metadata and controls

23 lines (12 loc) · 1.25 KB

Examples

This directory contains a few examples of using the TypeGraphQL Prisma integration:

To run some example, simply go to the subdirectory, install the dependencies (npm i) and then start the server (npm start).

Each subdirectory contains a examples.gql file with a predefined GraphQL queries that you can use in GraphQL Playground (http://localhost:4000) and play with them by modifying it's shape and data.