-
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…
-
**Goal**: Plug in to analyzer's module resolution so I can resolve _across monorepo packages_
**Relevant Code**:
https://github.com/open-wc/custom-elements-manifest/blob/d8bb5a6f33563abffb61f4a3d7…
-
When executing the same mutation with the same variables but with a different file in parallel, Apollo thinks that the request is the same, and will just wait for the first one to complete and returns…
-
I have for example the following (simplified) element:
```HTML
Polymer({
is: "rd-page-link",
properties: {
pageId: String,
pageObject: Object
},
apollo: {…
-
In version 2.12.3, running the following with a GraphQL file that has a validation error in it:
```
$ apollo codegen:generate --includes 'frontend/lib/queries/*.graphql' --localSchemaFile schema.j…
-
Howdy,
My team and I have been using the experimental package for a few months now as we build up our Next.js 14 app. It's been working quite well! However, we recently started to implement telemet…
-
I'm not sure if I just don't understand the documentation, of if this is a bug (I've seen a few similar bug reports). But I've tried creating multiple new projects with various versions of vue/vue-ap…
-
# Step 1/5 - Create a git branch
- Create a branch called `feature/setup-graphql`
If you don't remember how to create a branch, check the references in the previous issues.
**Note**: From here, the…
-
It never passes through the function that I have defined, is it necessary to put a specific parameter? any ideas?
Configuration:
```
apollo: {
errorHandler: '~/plugins/apollo-error-h…
-
**Describe the bug**
When using the `apollo` object in the component options the `$apollo.error` is always undefined, even when an error occurs.
**To Reproduce**
Steps to reproduce the behavior:
…