-
In `@nexus/schema@0.13.1` it was possible to express a schema like:
```gql
type ResourceConnection {
"""
https://facebook.github.io/relay/graphql/connections.htm#sec-Edge-Types
"""
edges…
-
Currently:
https://github.com/strawberry-graphql/strawberry-graphql-django/blob/8f82b84141c182980b5001b4f0f562c787fe2dda/strawberry_django/relay.py#L395
Only the actual `get`/`first` methods are b…
-
For example, let's say I have `Foo.tsx`, which contains a GraphQL mutation called `FooMutation`. This will cause Relay compiler to generate a file called `FooMutation.graphql.ts`
However, if I dele…
-
## Expected Behavior
In [`async_graphql::types::connection::query`](https://docs.rs/async-graphql/7.0.10/async_graphql/types/connection/fn.query.html) function, the "first" and "last" parameters shou…
-
I have setup the following `clientSchema.graphql` for my application but it seems to throw an error when I run `relay-compiler --src ./app --schema ./app/schema.graphql`:
```
extend type JournalEn…
-
The page [Relay GraphQL Server specification](https://relay.dev/docs/en/graphql-server-specification) is not found
-
## Problem
The field named `js` in the schema causes the Relay compiler to fail when this field is requested in the query.
## Steps to reproduce
1. Define the following schema:
```
type Q…
-
I have a project that queries two separate GraphQL schemas using Relay and am running the Relay compiler multiple times as recommended by past issues (https://github.com/facebook/relay/issues/3153#iss…
-
originally brought to GraphQL discord, but nobody seems to understand why there so wondering if anybody else can shed light on this.
Getting an error related to a missing fragment with the below te…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […