-
## Description
This implementation currently talks to a single provider, which is an API Wrapper written around the GraphQL APIs of the swayam platform, code for which can be found [here](https://g…
-
### Report
When a user attempts to filter data and the filter component cannot find any matching values, **the application crashes unexpectedly**. This behaviour is consistent across all the pages …
-
1. add code schema.prisma
2. start:dev
3. enum path error
```
model Place {
id Int @id @default(autoincrement())
name String
stamps Stamp[]
}
model Stamp {
id Int …
-
> WARNING
> The installSubscriptionHandlers configuration option has been removed from the latest version of Apollo server and will be soon deprecated in this package as well. By default, installSubs…
-
## Description
This implementation currently talks to a single provider, which is an API Wrapper written around the GraphQL APIs of the swayam platform, code for which can be found [here](https://g…
-
Hi there!
Can you show and example how to load the plugin and how to point it to the json file?
Thanks
-
A lot of usecases of chalk can be migrated to the smaller picocolors package.
Here is a list of the top 100 dependents sorted by downloads last month.
| # | Downloads | Traffic | Package | Issues …
-
Its a bit confusing to me but when using the generated input types im not able to get args from my graphql mutations. When using my own dto as described in the nestjs docs everything works as expected…
-
my backend generates the DTOs but I also want to make use of them in the frontend wherein i have forms that also use class-validator. However, the generated DTOs make use of things like `@Field(() => …
-
Hello, I am sorry if the question is dumb as I am pretty new here. I am not sure if I have done correctly.
I am using prisma with nestjs, and want to add dynamic permissions using casl. As far as I…