-
i am using apollo-client@2.0.4 standalone with the basic setup:
```js
const graphLink = new HttpLink({ uri: 'http://localhost:4001/graphiql' })
const errorLink = onError(({ graphQLErrors }) =>…
-
# Bug report
`info.cacheControl` is undefined in custom queries that are called from `keystone.executeGraphQL`
## Describe the bug
Custom queries called from `keystone.executeGraphQL` will have …
-
I just started getting this error. Out of the blue.
I'm suspecting it might have to do my node_modules.
```
src/generated/nexus-types.ts(70,7): error TS2536: Type 'InputName' cannot be used to in…
-
### Background
This is a very initial idea for allowing a shorthand for using/matching variables and arguments on a selection set.
In many projects we (The Guild) worked with, we saw this repeati…
-
Hi,
I'm trying to make a service which adds some operations to another pre-existing graph, which is itself already made of federated services. For short, here is the big picture:
```
S1 -\
…
-
Why Hasura doesn't utilize Postgres ENUM types and doesn't translate them to GraphQL Enums?
-
When running the login test with ApolloGraphQL; the request works fine. However, the cookie is not being set because the browser is blocking the cookie from being set due to SameSite=Lax.
Can anyo…
-
Write out an example using Apollo Client to attach files to a mutation.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I'm getting this warning
`oidc-provider WARNING: already parsed request body detected, ha…
-
Seems like the nestjs-dataloader is outdated, it's not compatible with nest latest version. After updated to nest latest version I am getting an error.
below are the version details
Node version …