-
Hello :)
I've been using Mercurius with NestJS without any issues until now. However, as I'm implementing a subscription, I'm finding it challenging to properly send errors through the subscription…
-
I think the Pino documentation would need a new graphic, so that you also have the dark mode 😎
I attach some screenshots of how I tried to make it using Docusaurus
@mcollina as soon as you have …
-
Trait 'Launcher\Mercurius\MercuriusUser' not found" error while starting server.
## Server environment
- PHP: v7.1.3
- Laravel: v5.7
- Database: [MySQL] [5.7.23] (e.g. MySQL 8.0)
#…
-
### Summer/early fall
REVIEW state by October 5
**NEW**
- version date 2024-10-31
- version n 6.0.0
- [ ] OCR'd material in GitDox (requires sentence splitting, auto-NLP); see [OCR google d…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
The subscription of individual service works fine directly but it is not working with Federat…
-
I am using @mercuriusjs/federation and mercurius-codegen to build a subgraph. I follow implementation directed by the doc. But always get the following errors
```
src/__generated-types__.ts:209:33 -…
bkjp updated
7 months ago
-
As explained https://github.com/mercurius-js/mercurius/pull/982#discussion_r1177497347 and https://github.com/mercurius-js/mercurius/issues/989 could be helpful to decouple all the schema transformati…
-
The `_service { sdl }` is not updated on `extendSchema` with `federationMetadata: true`, which means that `extendSchema` does not work at all if federation is enabled because the sdl does not reflect …
-
Hi,
I was wondering if this lib supports Federation as described in https://github.com/mercurius-js/mercurius#federation
-
```js
app.register(mercurius, {
schema,
resolvers,
context: async (req, res) => {
throw new mercurius.ErrorWithProps('Not Authenticated!', {code: 'notAuthenticated'})
},…