-
The following setup needed for VSCode Relay extension to work with monorepos, doesn't work with `vite-plugin-relay` and throws `ReferenceError: require is not defined` where `graphql` template literal…
-
I'm thinking about migrating from Prisma 1 to Prisma 2 + TypeGraphQL, but just found that generated GraphQL schema (see e.g. [generated-schema.graphql](https://github.com/MichalLytek/typegraphql-prism…
-
## Motivation
The GraphQL package can be much easier to integrate into web applications if it adheres to the [Relay specification](https://relay.dev/docs/guides/graphql-server-specification/) and c…
-
**Describe the solution you'd like**
i would like the generated file to expose a function such as:
```
func queryPaged(
ctx context.Context,
client graphql.Client,
pageSize int,
pf func(T) …
-
Updated to relay 14 and added the Relay GraphQL extension for VSCode. Upon trying to use features like Intellisense on hover, I see some errors logged to "Relay LSP Logs" output:
```
[DEBUG] reque…
-
The problem is pretty simple, this plugin has its own handling of eslint-disable directives in GraphQL strings:
https://github.com/relayjs/eslint-plugin-relay/blob/24fd162eee099e3f8145f26b3e7d82fa6…
-
# Creating issues for Relay
## Questions regarding how to use Relay and/or GraphQL
We are experimenting with Relay 18 and have noticed that the return type of a Relay resolver with `RelayResolverV…
-
### Which packages are impacted by your issue?
@graphql-codegen/cli
### Describe the bug
Installed with `relay-compiler` will cause `npm i -D relay-compiler@latest` to install v12 instead of …
-
### Issue workflow progress
_Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
- […
-
This is a file generated in my project with, relay 18.1.0 and `"useImportTypeSyntax": true` in `relay.config.json`
```tsx
// MediaCover_media.graphql.ts
import type { ReaderFragment } from 'relay-r…