-
Hello!
Are there plans to implement [graphql-transport-ws](https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md) GraphQL subscription protocol?
The existing `graphql-ws` protocol is n…
-
Thanks for creating this repository. I am able to create subgraph with azure function using the similar styles. I am unable to create the gateway with azure function which imports the subgraph. Gatewa…
-
I am using weave on AWS lambda and am running into an intermittent error when calling weave.init("project_name"). Something like 99% of invocations complete without any issue, so I'm not sure how to g…
-
I'm trying out the self-hosted setup with Docker compose and trying to enable a login with GH.
I have setup the GH app as mentioned in the guide and trying to login with the same.
My docker compose …
-
**Describe the bug**
I have a graphql app setup using Apollo Gateway and apollo server express. The transactions get reported to APM but they get reported as normal http /graphql transaction and no…
-
### Description
We need to have guarantees our external APIs won't change, or even worse, break when we release new OpenCRVS versions.
### Dev tasks
- [ ] In Farajaland, create a directory `e2e/in…
-
I have the following models:
### Author
```javascript
const graphql = require('moleculer-graphql');
const authors = require('./data').authors;
const schema = `
type Author {
id: Int,
…
-
At present the GraphQL gateway service name is hardcoded to `service`: https://github.com/ConciergeAuctions/moleculer-graphql/blob/master/src/Gateway/GraphQLGateway.js#L139
Would be great to allow …
-
I have a microservice API that is using SOFA and seems to be serving up data via REST just fine:
```
const { ApolloServer } = require('apollo-server-express');
const { buildFederatedSchema } = r…
-
I'm using the GraphQL module, version 8.x-4.x, to run a federated query through [Apollo Federation Demo](https://github.com/apollographql/federation-demo), that's failing with the following error:
…
Kwadz updated
5 years ago