Похожее видео
Important Requirement: In order to be able to code along in this video you must have hooked up NestJS with GraphQL Prisma and Postgres. If you have not done so please watch this video: In this video we will be implementing a signup feature in NestJS using GraphQL Prisma and Postgres. By the end of this video you will be able to create new users by providing the email password and username as input to a signin mutation and you will get back the access token refresh token and the newly created user from the server. The user and hashed refresh token will be persisted to our Postgres database. AS client for our frontend we will be using the Graphql Playground in our browser : Happy Coding nestjs graphql typescripttutorial,
Похожее видео