Matthew Savage
Matthew Savage
### Issue Description Consider these subgraphs: ProductsReviews ```gql extend schema @link( url: "https://specs.apollo.dev/federation/v2.3" import: ["@key", "@interfaceObject"] ) type Query { products: [Product] } interface Product @key(fields: "id") { id: String!...
### Issue Description I asked this question on the Discord server and got no response. I _think_ this is a bug, but it's possible I'm misunderstanding if/how these two features...
In my case, this is causing issues with `chai-spies`. For example, this passes fine: ```js let spies = require("chai-spies"); let fs = require("chai-fs"); let chai = require("chai"); chai.use(fs).use(spies); let {...
**Don't merge this, it's not ready yet! I just wanted to make sure it was on your radar before it's done.** Hi there! I found this package in my preparation...
Currently, some templates are defined in multiple charts under the same name, but with different implementations. Sometimes these implementations are completely incompatible, such as the `neo4j.nodeSelector` template being incompatible between...