-
**Describe the bug**
Below a simplified description of the use case we're experiencing.
The problem: Query 1 and query 2 give a different response on '`explicit`' field.
When looking at what apollo…
-
## Describe the bug
It is hard to describe this issue since we don't know the exact issue but I'll try to explain our use case where I created a showcase here https://github.com/aliosmanisikk/apoll…
-
### Component(s)
router
### Component version
0.110.1, 0.118.0
### wgc version
0.62.0
### controlplane version
0.104.0
### router version
0.110.1, 0.118.0
### What happened?
## Description
…
-
### Which packages are impacted by your issue?
@graphql-codegen/cli
### Describe the bug
I'm migrating from v1 to v5 of `@graphql-codegen/cli`. I'm using a react + webpack + typescript application,…
-
Seems like FabButton component needs 'active' prop value as `string`, rather than `boolean`. Please fix it.
Full issue as below:
> Warning: Received `false` for a non-boolean attribute `active`.
…
-
When trying to do a query over WebSocketLink the returned promise is never resolved even though a response from a server is received. This issue occurs when using the '@apollo/client' and '@apollo/cli…
-
### Relates to
https://github.com/apollographql/apollo-client/issues/8236
https://github.com/apollographql/apollo-feature-requests/issues/198
### Details
This relates to our work in our w…
-
### Issue Description
I have a type definition defined using extend query in our schema like below -
```
extend type Query {
testGraphQl(id: Int!): TestGraphQl!
}
```
I do not have `type Qu…
-
### Which packages are impacted by your issue?
_No response_
### Describe the bug
I'm using codegen with typescript-operations and typescript-react-apollo to generate types for a graphql quer…
-
Hi, I am working vue-apollo, currently I having issues:
In file Workspace.vue
```javascript
import { GetTeam } from '../constants/query.gql'
export default {
name: 'Workspace',…