-
`package.json`
```
"dependencies": {
"fastify": "^4.3.0",
"mercurius": "^10.1.0",
"mercurius-codegen": "^4.0.1",
}
```
Steps to reproduce:
* Clone https://github.com/api-h…
-
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
-
idea for future adapter architecture
ob: I am already evaluating (low priority) GQL in my app to replace REST API and MQTT. In Nest framework, it is very easy to get (at least barebone) GQL API, op…
-
I'm using the default `mercurius`' PubSub implementation, but typings do not help working with Typescript and code-first libraries like `gqtx` or `nexus` because every `subscribe` or `publish` call ne…
-
// TODO
* **Module**:
* **Version**: *
* **Node.js / npm versions:** *
* Example/snippet of the model that is causing issue
In the `fastify-mongo-server-ts` template, subscriptions ap…
-
How do you get the type of the context when using mercurius with typegraphql where a resolver has a ctx param such as:
```
@Query(...)
async fileexists(@Arg('fspath') fspath: string, @Ctx() c…
-
**Is your feature request related to a problem? Please describe.**
Not really related to a problem. The initial idea was to use Federation but Apollo Federation is not fully ready yet (and most proba…
-
Both `parse` and `validate` do 100% sync logic, so this request might seem obscure. Please let me try to break this down and propose why we might want to consider changing the `parse` and `validate` …
-
## Milestones
Done so far...
- [x] **Lex and parse all the GraphQL documents currently in Masochist.**
- [x] **Lex and parse the GraphQL schema definition currently in Masochist.**
... next steps a…
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…