-
I am running into a problem when running a query of a shared interface that is also a field on `Query`.
Essentially, it appears that something is causing confusion in the query plan where the query…
-
With metadata federation and catalog interoperability as broad functionality requirements:
- [ ] define workflow for assigning concept IDs and other OHDSI vocabulary terms to catalog items
- [ ] e…
-
**Describe the bug**
With this query:
```
query TestQuery($slug: String! = "utay") {
user(slug: $slug) {
id
}
}
```
This error is returned:
```
{
"errors": [
{
"m…
utay updated
3 months ago
-
### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://…
-
**Which feature your question relates to?**
Federation of queries ( read )
**Question details**
I am looking at possibility of federating search queries across multiple CH clusters which are in…
-
We use below `extend` line in our .graphql file for federation and we get below error.
**Code snippet:**
````
extend schema @link(url: "https://specs.apollo.dev/federation/v2.3", import: ["@key"])
t…
-
## Description
I'm seeing unexpected behavior from `SchemaParser` that prevents me to properly upgrade to the newest versions of graphql-java 19.2 & graphql-java-kickstart 15.
I'm using GraphQ…
xcq1 updated
9 months ago
-
### Describe the bug
Hi devs,
I was doing a POC on the repack Module Federation implementation with local MFE and could see in the superapp showcase regarding the poc-local-module-federation an…
-
This issue has been migrated from [#4727](https://github.com/matrix-org/synapse/issues/4727).
---
I've saw this message in my error log:
```
twisted: [] Unhandled Error
Traceback (most recent c…
-
[Apollo Federation](https://www.apollographql.com/docs/apollo-server/federation/introduction/) was open sourced a few days ago by Apollo team. I would like to know if there are plans to integrate Apol…