graphql-prisma-typescript
graphql-prisma-typescript copied to clipboard
🏡 GraphQL server reference implementation (Airbnb clone) in Typescript using Prisma & graphql-yoga
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.1.10 to 3.6.1. Release notes Sourced from mongodb's releases. v3.6.1 The MongoDB Node.js team is pleased to announce version 3.6.1 of the driver Release Highlights Kerberos A...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...
Might be helpful to have an example GraphQL Playground linked from the Prisma homepage, to show what a generated Prisma endpoint looks like, with filtering, sorting, pagination. More hands on...
https://airbnb.now.sh/
* https://airbnb.now.sh * plus the prisma endpoint (I don't know what it is)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [graphql-cli](https://togithub.com/graphql-cli/graphql-cli) | devDependencies | major | [`2.17.0` -> `3.0.14`](https://renovatebot.com/diffs/npm/graphql-cli/2.17.0/3.0.14) | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dotenv](https://togithub.com/motdotla/dotenv) | devDependencies | major | [`6.2.0` -> `8.1.0`](https://renovatebot.com/diffs/npm/dotenv/6.2.0/8.1.0) | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ts-node](https://togithub.com/TypeStrong/ts-node) | devDependencies | major | [`7.0.1` -> `8.4.1`](https://renovatebot.com/diffs/npm/ts-node/7.0.1/8.4.1) | --- ### Release...
Hi, I want to refactor my app with ts and i am quite confused with the subscription described in this example. I am used to using `subscribe` and `resolve` in...