-
Starting with a fresh app, making an unauthenticated admin request as below, where `example.myshopify.com` is the shop url of a store where the app has been successfully installed, results in a `Graph…
-
When having the typesafe client sources (an interface with the `@GraphQLClientApi` annotation and model classes) inside my quarkus project everything works great. I can inject the client like this:
`…
-
On the GitLab GraphQL server (no password required), the `WorkItemWidget` type (kind `INTERFACE`) has multiple possible types.
You can run a query like this:
```
query {
workItemsByReference…
-
### Environment
Production
### Describe the bug
When I set my clients like this:
```json
'graphql-client': {
clients: {
default: {
host: '',
to…
-
From comment https://github.com/quarkusio/quarkus/pull/44293#discussion_r1829350526:
When testing the GraphQL client I discovered that the endpoint defined in the annotation:
```
@GraphQLClientApi(c…
-
This library has been around a long time, and it's a hard dependency for a lot of projects. I'd like to release a 1.0.0 version, and before that, I have at least a few things in mind:
- [x] Perfor…
-
### Describe the bug
Refine's GraphQL package is loosely based on nestjs-query. However, uses urql under the hood. urql uses 2 different types of error handling mechanisms, an errorExchange in exch…
-
# Issue summary
This [guide](https://shopify.dev/docs/api/admin-graphql#authentication) uses the session to interact with the admin graphql, but such is missing from the `shopifyApp` instance impor…
-
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