-
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…
-
### I have checked the following:
- [X] I use the newest version of bruno.
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the bug
Bruno doesn't detect graph…
-
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…
-
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…
-
Hi vendure,
harden plugin generates high complexity for simple query for my sitemap.
[HardenPlugin] Query complexity of "anonymous" is 4626, which exceeds the maximum of 650
"Rest of queries se…
-
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…
-
I was trying to follow two parts of a tutorial for GraphQL Mesh:
1. [OpenAPI / Swagger Source Handlers](https://the-guild.dev/graphql/mesh/v1/source-handlers/openapi)
2. [Local Execution](https://…
-
It seems like Meetup provides two different URLs, one numeric and one alphanumeric, for the same event and this may be contributing to duplicates in the Events API.
![image](https://github.com/user…
-
### 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 exchan…
-
Hey, I ended up here looking for a way to be able to import graphql but it seems this lib cannot be used in Nx. Can it?