-
Split out from https://github.com/federatedbookkeeping/research/issues/34#issuecomment-1369731027
-
## Feature Request:
Please consider supporting [Graphql Federation](https://www.apollographql.com/docs/apollo-server/federation/federation-spec/). There is some [work ongoing to add federation supp…
-
It would be good to generate documentation with schemas that has federation support.
Reference https://www.apollographql.com/docs/apollo-server/federation/introduction/
For example, the following…
-
### Steps to reproduce the problem
1. Enable limited federation mode
2. View website in anonymous mode
3.
...
### Expected behaviour
Should work fine
### Actual behaviour
Some func…
-
## Describe the Bug
This might be an accidental duplicate of #3125. It may also be me rather than the lib at fault as the documentation on Operation directives is very limited (alread…
-
Currently, Gravitino playground support Jupyter notebook, We can add a new notebook to explain how to use Trino to federation query mysql, postgres and hive, like this, http://github.com/datastrato/gr…
-
Given the following 2 graphql subgraphs:
### Subgraph 1:
```graphql
extend type Query {
users: PageOfUser
}
type PageOfUser {
nodes: [User]
}
type User @key(fields: "i…
-
It seems like one day, maybe soon, we'll find value in a plugin API, so users can hook into codegen in ways that we can't anticipate. This issue is to collect both examples of plugins we might want, a…
-
Add support for saving results to Commons data-namespace. Currently there is only partial implementation without in use.
Requirements
- SPARQL query result to commons data namespace
- Define cre…
-
### Description
After disabling federation for my homeserver, I get logs related to device lists resync, for users that are no more in any rooms.
Using nginx as reverse proxy, I have disabled fed…