-
Hello guys,
I've been learning Nexus and I've been trying to implement a `unionType` that returns either a `LoginSuccess`, with its respective fields, or a `LoginError` -- the implementation could …
-
Schema is not discovered for Gatsby projects when `graphqlTypegen: true` is enabled in `gatsby-config.js`.
Reported here https://github.com/JetBrains/js-graphql-intellij-plugin/issues/673#issuecomm…
-
I've just spent unfortunate amount of time trying to test
- https://github.com/kodadot/rubick/pull/107
Two things which didn't work for me:
1. [link](https://storage.googleapis.com/bright-meri…
-
I was able to connect to multiple DBs with Prisma 1 and Nexus, but just creating multiple clients and then merging them all into the schema, however I haven't figure out a way to do this with Prisma 2…
-
In the relay standard exists an extra directive @connection for paging.
It is at least used by the apollo and relay toolkits.
ts-graphql-plugin complains that it doesn't know this directive.
Can yo…
-
I understand Google brings up a few issues about this and I am 99% sure this has to do with my TS config and/or how the types are loaded but can't seem to find where the issue is in my particular setu…
-
Currently the core has the following builtin:
```ts
t.string
t.boolean
t.int
t.float
t.id
t.list
t.nonNull //
-
Hello,
I'm trying to configure TS+ESLint with nexus-plugin prisma. No luck so far with it, I'm getting this error:
```
ESLint: Unsafe call of an any typed value.(@typescript-eslint/no-unsafe-call)…
-
I'm getting an issue, I have a Nexus Prisma service that I'm trying to use with Apollo Federation.
I am using the following code:
```typescript
import { applyMiddleware } from 'graphql-middlew…
-
This issue is a WIP. The content here will be refined over time.
We've had feedback in the Nexus transition issue ([1](https://github.com/graphql-nexus/schema/issues/373#issuecomment-583547140), [2…