Andrew Obrigewitsch
Andrew Obrigewitsch
At the company where I work, we are one of the largest data providers in the world and thus have massive amounts of data. I have around 10 different GraphQL...
When I add a connected type I get the following error from Typescript: ``` An argument for 'opts' was not provided. ``` Here's an example of the code: ``` const...
I'm connecting to two different DBs and have created two different makeSchema() which I use mergeSchema to combine. This all works fine, however I can't build as Typescript is not...
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...
# Feature request I want the Gateway layer of Apollo Federation to be able to run GraphQL shield. Currently that seems to be unspooled. ## Is your feature request related...
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...
Hello and thank you for making such an awesome repo. I'm currently using the basic template for an AWS Lambda that's reaching out to several internal GraphQL services. I want...
Hey I'm using the latest version of Nexus and Prisma, see below: ``` "dependencies": { "@apollo/client": "^3.3.19", "@apollo/react-hooks": "^4.0.0", "@apollo/react-ssr": "^4.0.0", "@auth0/nextjs-auth0": "^1.3.1", "@prisma/client": "^2.23.0", "apollo-server-micro": "^2.25.0", "deepmerge": "^4.2.2", "dotenv":...
I'm using the following code: ```ts const { isLoading, messages, input, handleInputChange, handleSubmit } = useChat() ... Send ``` When a stream starts, isLoading is never resets to false. This...
Is there a way to have Typescript integration? I would love to be able to get the Types.