Vlastimil Eliáš
Vlastimil Eliáš
Code for Issues/FR #92. Currently only PoC to show basic concept and agree on future direction. Do not expected to be merged in this state. @confuser please look at this...
Allow to run query validations as [server validation rules](https://www.apollographql.com/docs/apollo-server/api/apollo-server/#validationrules) instead of wrapping types in schema. @confuser I can try to contribute this feature if you would be open to merge...
## Description Extension of the coverage module to provide overall statistics of the coverage. Console output contains info like percentage of "Types covered", "Types fully covered" and "Fields fully covered"...
Schema coverage command should provide statistics about the coverage: * num of types in schema * num of types covered * num of types fully covered * num of fields...
We need to add `@tag` directive on custom scalar in our subgraph schema to control contracts, unfortunately it disappears during the subgraph schema generation (we call `buildSubgraphSchema()` with `typeDefs` and...
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [x] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make sure...
Update langchain dependency in `mongodb-rag-ingest` package to be consistent with `mongodb-rag-core`
`mongodb-rag-ingest` package is using very old `langchain: ^0.1.16` dependency, which is inconsistent with newer `@langchain/xzy` used in `mongodb-rag-core`. Relates to #455