mercurius-gateway
mercurius-gateway copied to clipboard
Mercurius federation support plugin
Hello, I have an error on array of type extended. I've modified the example found in the example directory, here's what I've done: A post can be written by several...
Given the following 2 graphql subgraphs: ### Subgraph 1: ```graphql extend type Query { users: PageOfUser } type PageOfUser { nodes: [User] } type User @key(fields: "id") { id: ID!...
Title says I am encountering a scenario where I provide 2 URLs for a single subgraph in an array form ``` const gateway = Fastify() gateway.register(mercuriusGateway, { gateway: { services:...
Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 16.1.0. Changelog Sourced from sinon's changelog. 16.1.0 cac5184b Enable use of assignment in the presence of accessors (#2538) (Carl-Erik Kopseng) f8c20e54 New article: making Sinon...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 6.7.4. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v6.7.4 6.7.4 (2023-10-02) Note: Version bump only for package @typescript-eslint/typescript-eslint You can read about our versioning strategy and...
Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.9 to 18.4.5. Release notes Sourced from tap's releases. [email protected] No release notes provided. [email protected] No release notes provided. [email protected] No release notes provided. [email protected] No release...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
When running a query with variables inside array literal, an error `Variable "$varName" is not defined by operation "Query_fieldName".`. For example, ```graphql # With this schema extend type Query {...
Hi, I try to upload files with a federation but it does not work. I tried various examples and without a federation it is working smoothly. In the case of...
Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.28.1 to 0.29.0. Release notes Sourced from tsd's releases. v0.29.0 Upgrade to TypeScript 5.2 701e314 https://github.com/SamVerschueren/tsd/compare/v0.28.1...v0.29.0 Commits 28e2ad0 0.29.0 701e314 Upgrade to TypeScript 5.2 See full diff...