graphql-prisma-typescript icon indicating copy to clipboard operation
graphql-prisma-typescript copied to clipboard

🏡 GraphQL server reference implementation (Airbnb clone) in Typescript using Prisma & graphql-yoga

Results 42 graphql-prisma-typescript issues
Sort by recently updated
recently updated
newest added

On a fresh install, I get this error when running `yarn dev`: ``` yarn dev yarn run v1.10.1 $ npm-run-all --parallel start playground $ nodemon -e ts,graphql -x ts-node --no-cache...

Hi, There are dependency issues while doing `yarn install`. It is mainly because of the graphql-yoga dependency. yarn install v1.13.0 [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... info There...

![image](https://user-images.githubusercontent.com/585569/51873647-fc83ad80-2398-11e9-87d9-92c29fd2ba90.png) according to docs I should be able to do something like this but it seems Typescript Client won't allow it ![image](https://user-images.githubusercontent.com/585569/51873682-1fae5d00-2399-11e9-826c-307125fd0ab2.png)

I set up a subscription like this: `import { Context } from '../utils' export const Subscription = { deviceData: { subscribe: async (parent, args, ctx: Context, info) => { return...

``` PS > yarn prisma deploy yarn run v1.12.1 warning ..\..\package.json: No license field $ prisma deploy Deploying service `default` to stage `default` to server `local` 78ms Service is already...

I keep running into the following and can't get the project running :( ``` Users/lukehamilton/Development/projects/lyra-api/node_modules/ts-node/src/index.ts:261 return new TSError(diagnosticText, diagnosticCodes) ^ TSError: ⨯ Unable to compile TypeScript: src/resolvers/Query.ts(22,3): error TS2322: Type...

Using the following snippet as example, I know that `numRatings` implementation is necessary, but isn't the rest a little bit overkill? Do we really need to assign each field of...

Does this have a frontend?