Grex
Grex
🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the...
**Is your feature request related to a problem? Please describe.** I am trying to create a mock server to mock externally-defined Apollo Federation subgraphs. I would like to use a...
Hi! I really appreciate the time you've invested into danger and peril. It has been extremely valuable to me and many teams I've been on. When I try to run...
# Before (federation 2.1.1) ```graphql type MyType { myField: Boolean! @deprecated(reason: "...") @join__field(graph: SUBGRAPH) } ``` # After (federation 2.1.2) ```graphql type MyType { myField: Boolean! @join__field(graph: SUBGRAPH) @deprecated(reason: "...")...
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [x] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox [Example](https://gist.github.com/grxy/aad8571d8270400caba6f708846c409b) - [...
## Rollup Plugin Name: `graphql` This PR contains: - [x] bugfix - [ ] feature - [ ] refactor - [ ] documentation - [ ] other Are tests included?...