-
Integration with https://github.com/jaydenseric/apollo-upload-server
-
File upload works great if Upload is a direct input parameter of a query or nested in an array, but fails if it is nested.
Here are the examples to demonstrate:
with this in schema:
```
type…
ivans updated
2 years ago
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Hi guys,
this is a not real issue, but i want to tell you what i mean.
Sometimes we need to process a lot of data, and not only a few like in the larabook's lesson.
So in this situation the mapInputTo…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
1. If log messages contains an interpolated string, should use template message (FormatableString in C#)
2. Every command or service injects ILogger
3. Every command should have an LogInformation th…
-
I have some real-world problems with odata web api.
1. We want to hide some sensitive fields in the entity class. Normal users or guests should not get these information. However, the resource owne…
-
### Description
I've got a strange bug, when my custom decorators are stopping each other even with `stopAtFirstError` option set to `false`. Perharps standard class validator default decorators wo…
-
![Screenshot 2024-08-22 at 9 19 17 AM](https://github.com/user-attachments/assets/e2bc38f3-8162-4808-bee0-09cfac6ad391?raw=true)
##### **Overview of the issue**
I created a new microservice pr…
-
**Describe the feature request**
In Springwolf UI, add support for sending RabbitMQ Message towards an exchange using a Routing Key.
**Motivation**
Springwolf is able to list all the Publishers a…