Add metadata query resolvers (#1929)

* Add metadata queries resolvers

* remove hello field

* fix linter
This commit is contained in:
Weiko
2023-10-09 22:54:14 +02:00
committed by GitHub
parent 34d3c452c1
commit ca492808cf
9 changed files with 290 additions and 26 deletions

View File

@ -50,6 +50,9 @@
"@nestjs/typeorm": "^10.0.0",
"@paljs/plugins": "^5.3.3",
"@prisma/client": "4.13.0",
"@ptc-org/nestjs-query-core": "^4.2.0",
"@ptc-org/nestjs-query-graphql": "^4.2.0",
"@ptc-org/nestjs-query-typeorm": "^4.2.1-alpha.2",
"@sentry/node": "^7.66.0",
"@sentry/tracing": "^7.66.0",
"@types/lodash.camelcase": "^4.3.7",
@ -62,10 +65,12 @@
"bytes": "^3.1.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"dataloader": "^2.2.2",
"date-fns": "^2.30.0",
"file-type": "16.5.4",
"graphql": "^16.8.0",
"graphql": "16.8.0",
"graphql-fields": "^2.0.3",
"graphql-subscriptions": "2.0.0",
"graphql-type-json": "^0.3.2",
"graphql-upload": "^13.0.0",
"graphql-yoga": "^4.0.4",