GraphQL Packages

graphql-module

this package allows to create a a generic GraphQL module (with GraphQL types and prisma schema). it uses : - prisma : (version ```>=15.5```) - GraphQL - Postgres : or any other database

1.0.2 • Published 12 months ago

graphql-logging

`graphql-logging` is a logging middleware for GraphQL servers, providing detailed logs for incoming GraphQL requests.

0.1.9 • Published 2 years ago

graphql-map-deduplicator

`mapit()` will deduplicate graphql responses by generating a map of every entity that has `__typename` and `id` properties. It will pull those out and place them into a new root property `__map__` of the response. Entities without those properties are lef

0.2.0 • Published 4 years ago