Skip to content

Commit 28b47b2

Browse files
Update readme.md
1 parent c0e4a12 commit 28b47b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
![backticks-codeblocks](./static/typegraphql-prisma-purifier.png)
44

5-
This package provides a middleware for Express.js applications to manage and filter GraphQL queries based on `.gql` files. It is designed to enhance security and efficiency by allowing only specified queries to be processed by your GraphQL server.
6-
75
### [Demo](https://github.com/multipliedtwice/graphql-query-purifier-example)
86

7+
This package provides a middleware for Express.js applications to manage and filter GraphQL queries based on `.gql` files. It is designed to enhance security and efficiency by allowing only specified queries to be processed by your GraphQL server.
8+
99
## Usage with [typegraphql-prisma](https://www.npmjs.com/package/typegraphql-prisma)
1010

1111
TypeGraphQL-Prisma is a powerful integration that significantly simplifies backend development by automatically generating a fully-featured Node.js GraphQL API based on your Prisma schema. It turns your database schema into a fully-typed GraphQL API, making it an excellent tool for developers looking to bootstrap and quickly maintain robust Node.js GraphQL servers.

0 commit comments

Comments
 (0)