-
I want disallow arbitrary queries from client to prevent abusive queries.
How do I extract and compute query hashes and save it as a query white list file and use load it on apollo server to whitelis…
-
**Describe the bug**
Trying to upgrade from 1.15.1 to 1.19.1 and getting this error on a query;
```json
{"errors":[{"message":"value retrieval failed: router bridge error: the deno runtime raised…
-
**Describe the bug**
A clear and concise description of what the bug is.
ALL my graphos on MACOS have this problem after I hit "upgrade" this AM. Brave and Safari both. Not iOS - that works fine.
…
-
I have deployed a lambda using the cdk as follows:
```typescript
const helloFunction = new NodejsFunction(this, 'lambda', {
entry: path.join(__dirname, "lambda.ts"),
hand…
-
## Description
I downloaded the binary installation file directly and when trying to execute (manually on the folder location), I got an installation notification on the command line but it get…
-
`rover dev` is great and will be even better when you can extend a remote router. right now though it's a bit cumbersome if you want to start up 12 different subgraphs locally. we should introduce a `…
-
**Is your feature request related to a problem? Please describe.**
Currently there is no nice way to get a schema that is currently deployed on the server for local development. One would have to use…
-
### Our situation:
We have one single ApolloServer and a single database backing the server.
So, Apollo Router or Federation Gateway is not an option for us.
### The usecase:
Although we have j…
-
Since we authenticate via a session cookie, Apollo Studio Explorer is not able to request anything that requires the user to be logged in.
It's possible to work around this by setting up a https …
-
## Description
It'd be ideal to be able to configure additional properties on the router using the `rover dev` command. While our needs specifically pertain to header customizations, I could see…