-
Hello,
I am having an issue with using the generated PrismaTypes in my graphql server instance using graphql-yoga.
When i am running the remix application with npm run dev, then the types are set …
-
# Context
In complex API ecosystems, different versions of operations are often required to support backward compatibility and evolution. This feature request aims to support operation versioning i…
-
### Describe the bug
```
// Next.js Custom Route Handler: https://nextjs.org/docs/app/building-your-application/routing/router-handlers
import { createSchema, createYoga } from 'graphql-yoga'
impo…
-
Hi
I am trying to understand how we can use below instrumentation libraryies with applicaitoninsights-3.x.x version
@opentelemetry/instrumentation-http @opentelemetry/instrumentation-express @opente…
-
Hi! The graphql variables are sent as a string instead of an object, which causes issues for most applications.
In this case we're using magento 2 graphql API.
Here's the axios code generated:
``…
-
Here's an example usage.
The GraphQL endpoint shows null for svg
```
import {defineField} from 'sanity'
import React from 'react'
import * as LucideIcons from 'lucide-react'
export const iconF…
-
#### Perceived Problem
The way Graffle is currently built leads to dragging in all/most of `graphql` package _even when its features are not be used_ (for example: send a document as a string to a …
-
Today, importing `opslevel_service_repository` requires importing via the ServiceRepository id, which is a uid representing the "marriage" of a service and a repository:
```
terraform import opsle…
-
# Issue summary
The GraphQL Codegen creates two files: `admin.types.d.ts` and `admin.generated.d.ts`. The codegen preset automatically adds an import statement at the top of the `admin.generated.d.ts…
-
### Describe the bug
https://github.com/user-attachments/assets/1923160a-db69-47f1-95af-9c87d28d90b7
### Your Example Website or App
-
### Steps to Reproduce the Bug or Issue
```ts
import …