-
I only see these imports:
```
import { z } from 'zod'
import { AccountType, ErrorClassification, PaymentStatus } from './graphql'
```
But I don't see anything else, like this for example:
```
e…
-
Docs:
But it seems the option `kind` is removed from `graphql-ws`
: https://the-guild.dev/graphql/ws/docs/interfaces/client.ClientOptions
-
### Is there an existing request for this feature?
- [X] I have searched the existing issues for this feature request and I know that duplicates will be closed
### Is your feature request relate…
-
I'm trying to build a client GraphQL library for the Shopify GraphQL API (schema attached below; had to add a `.txt` extension so it would allow me to upload).
[schema.graphql](https://github.com/u…
-
### Description
We have instrumentation for [apollo server](https://github.com/newrelic/newrelic-node-apollo-server-plugin) in the form of a plugin. We need to do some research to see what is actual…
-
Hi @drewbaker,
Wouldn't it be better to use Diizzayy/nuxt-graphql-client instead of gomah/nuxt-graphql-request in this project?
Best regards,
-
## Summary
The ballerina graphql package provides client implementation to execute query and mutation operations by connecting to the server. But the subscription operation is not supported by the cl…
-
### Is your feature request related to a problem? Please describe.
Hey
I'm in need of a CLI or similar to extract all queries from a client app. The intended use is for mocking, testing and perha…
-
**Describe the bug**
While running tests for the versions listed below, the tests are failing with the error: `Cannot read properties of undefined (reading 'SUBSCRIPTION')`.
Fail location in:
- c…
-
Version 3.3.21
```
Error parsing `/Calling [toString] on an [Output] is not supported.
To get the value of an Output as an Output consider either:
1: o.apply(v => `prefix${v}suffix`)
2: pul…