-
### Is your feature request related to a problem?
I am using `WebApplicationFactory` for integration testing which uses its own in memory http client and I have to register `IHttpClientFactory` to …
-
I know this is not a new issue, but even after reading through related issues and studying the adoption guides, I cannot figure out how to successfully build a simple @nexus/schema project.
I hav…
-
[JabRefOnline](https://github.com/JabRef/JabRefOnline) now supports a (simple) API to create and login users as well as create and get documents (BibEntries). What is missing is the integration with J…
-
I think we should refactor examples to accommodate for WASM and graphql-client.
Probably using different packages.
What do you think?
-
I cannot seem to be able to use GraphQL subscriptions with my AWS server, by using Cognito authentication.
Queries and mutations work fine as far as I can tell, but I couldn't find how to connect t…
-
I need to understand how to avoid duplicating items in List. I have mutation called createMessage with optimistic result and update function. In ApolloClient, normally optimistic response should be re…
-
Hi Kévin.
I would like to reopen #162.
I would like to use mercure instead of websocket for my graphql subscriptions, but I'm actually not understanding how to properly do that. I didn't find any …
-
We need to debug why the createMediaItem mutation isn't allowing for uploads from a local file. Here is an example from @jasonbahl:
This works fine on a local machine:
```mutation {
createMed…
-
I have the following vue component:
```vue
{{ cart.totalGrossPrice }}
import gql from 'graphql-tag'
export default {
apollo: {
cart: {
query: gql`
q…
-
It would seem that mutations on proxy-models aren't working in my setup.
Can you see the mistake in my setup?
A simplified, reproducible example with details included:
Managers:
```python
fr…