-
**Brief overview**
In ChangeStream definition, we can define filters, but can we also define projections?
Ideally, need to have the possibility to pass a list of projections as parameter (like "av…
-
-
**Objective:**
To enable RESTHeart to load plugins recursively from subdirectories of the `plugins-directory`.
**Current Limitation:**
At present, RESTHeart is configured to search for plugins in…
-
**Describe the bug**
The code example at https://www.graphql-java.com/documentation/scalars/#example-implementation is outdated. It overrides now deprecated methods and if you follow the example stuf…
-
I defined a select box with:
* multiple values
* url
* **data type: object**
* default value: **array of keys** (without labels)
* idPath: key
Schema:
```
{
"display": "form",
"s…
-
http://forum.infostart.ru/forum9/topic182385/message2709746/#message2709746
> Не всегда чей то API может возвращать чтото в теле ответа, При этом все в JSON. К примеру Обертка MongoDB на RestHeart …
-
Hi;
I know you have mentioned to me before that "the only benefit of using NGINX is URL rewrite". I now bump into issue with an application not using TOMCAT web server. I deploy a kibana Service…
khteh updated
4 months ago
-
**Brief overview**
Allow to limit the GraphQL queries execution by setting a time limit.
If a query execution time exceeds the time limit, `408 Request timeout` should be returned with following…
-
**Describe the bug**
RESTHeart adds BSON scalars to GraphQL schema https://github.com/SoftInstigate/restheart/tree/master/graphql/src/main/java/org/restheart/graphql/scalars/bsonCoercing
The cla…
-
**Brief overview**
aggregation and GraphQL app definition mappings allow using the `$var` and `$arg` operators respectively.
The argument value can be any bson, as a sting or an object.
This …