-
Say I have type `User` and it has 2 properties.
How can I have 2 different services *define* and resolve those properties (ie each extend the root object), similar to what happens today with gql fed…
-
When I stop the broker, the mongodb adapter was not stopped correctly, so although the test run successfully, it doesn't exit. I have to add the workaround code to my service:
```
async stopped() …
-
**Is your feature request related to a problem? Please describe.**
Current validators of Jafar are defined by object, which is appropriate for designer and builder tools. But sometimes it is not for …
-
Consider this Code:
```js
const check = v.compile({
foo: {
type: "string",
optional: true,
custom(v) {
console.log("custom");
return v;
},
},
…
-
Attempting to write a moleculer service template that defines a Winston Graylog logger. However, if the GL server is not available, the winston-gelf-transporter will bail causing the moleculer service…
-
Hi @icebob,
Currently, how `populate` receive & send params, is predefined on `settings.populates`, I wonder if we can make it more flexible. Instead of `populate: string[]`, we can accept populate…
-
See the error message in graphql @shawnmcknight
This run-time error occurs after bumping the revision in package.json.
```js
{
"ts": 1639517617089,
"level": "error",
"msg": "Failed to l…
-
In order to properly do auth for subscriptions (the directive approach oddly doesn't work for subs), and configure the context in general, I need to be able to override it. This can be partially done …
-
## Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am running the latest version
- [x] I checked the documentation and found no answer
- […
-
I have a problem when I use find action with the "query" param, I would like to use the ''OR" condition but currently just is possible "AND" condition.
```js
find: {
cache: {
…