-
**Describe the bug**
I wrote a basic test for a Rust native plugin using `MockSupergraph`. When I run it, the mock seems to be completely ignored in favor of running the actual supergraph code. I hav…
-
The way federation composition currently deals with root types using non-default names is that all such non-default-named root types are first renamed into their default name.
In other words, compo…
-
schema.graphql:
```
type Query
@join__type(graph: ACCOUNTS)
@join__type(graph: INVENTORY)
@join__type(graph: PRODUCTS)
@join__type(graph: REVIEWS) {
"""
desc: xxxxxx
"""
me…
-
For example, `makeSubscriptionSchema` function takes in `gatewaySchema: GraphQLSchema`. How should I create gatewaySchema schema from `supergraph.graphql`?
Is there a much better way to handle sub…
-
With the arrival of the supergraph at Diamond, we should once again consider having a scanspec [GraphQL](https://graphql.org/) API.
We had one a long time ago which was converted to REST. The last…
-
## Is your feature request related to a problem? Please describe.
Remove any ability to introspect for security reasons
Using the getting started server and providing the following operation:
`…
-
## Description
Today when I use rover subgraph publish Studio checks the schema I submitted against the schema in the registry to determine if there were any changes before actually publishing the …
-
2023年12月8日
vnBa0 updated
11 months ago
-
**Is your feature request related to a problem? Please describe.**
[Coproccesors](https://www.apollographql.com/docs/router/customizations/coprocessor/) allows hooking into the router lifeclycle allo…
-
I got these error when ruuning with deflat.py:"local variable 'retn_node' referenced before assignment".
I check the script and find out when the function has no "return code"( no matching condition …