-
1. Because by default when you type http://localhost:5001/api/graphql new AS3 playground opens a new window https://studio.apollographql.com/sandbox/explorer, this new url needs to be added to CORS ur…
-
### Issue Description
I am seeing a Socket Hung up issues occurring between the Gateway and the Microservices, when using the ApolloServer in both Gateway and Microservices components, within Apollo …
-
Have you considered the new Apollo Server?
vmptk updated
5 years ago
-
**Use case**
We would like to be able to use GraphQl subscriptions over SSE (Server Sent Events) instead of Websockets.
Out of scope: the merits and demerits of SSE vs Websockets. We just want it …
-
Hello,
I have a Graphql server (ApolloServer) separated from my main app.
I handle auth using this package : https://github.com/orionsoft/meteor-apollo-accounts
So my quick questions are :
…
-
### How are you running Renovate?
WhiteSource Renovate hosted app on github.com
### Please select which platform you are using if self-hosting.
_No response_
### If you're self-hosting Renovate, t…
-
You've missed in your example to install explicitly theses dependencies.
Please run:
```
npm install --save graphql type-graphql @apollo/server @apollo/datasource-rest graphql-ws graphql-scal…
-
We want to add Rate Limiting to the Firewall that will be in front of both the NextJS and Apollo Server.
In addition to that, do we want to add any rate limiting middleware to either the auth endpo…
-
### Version
[v4.0.0-rc.19](https://github.com/apollo-module/releases/tag/v4.0.0-rc.19)
### Reproduction link
[https://pyj86.sse.codesandbox.io](https://pyj86.sse.codesandbox.io)
### Steps to repro…
-
Apollo-server is in deprecation mode. Should use express-graphql directly.