What does it do? #31
Answered
by
MichalLytek
omar-dulaimi
asked this question in
Q&A
-
Hello, I'm honestly lost as to what this library does or how to use it. I tried the examples but couldn't understand what's the difference between this and pure nestjs. I definitely don't know what i'm talking about. Could you explain a little bit? |
Beta Was this translation helpful? Give feedback.
Answered by
MichalLytek
Nov 10, 2021
Replies: 1 comment 6 replies
-
@omar-dulaimi NestJS has its own GraphQL implementation that mimics TypeGraphQL decorators. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
omar-dulaimi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@omar-dulaimi NestJS has its own GraphQL implementation that mimics TypeGraphQL decorators.
typegraphql-nestjs
allows you to use standard TypeGraphQL (with middlewares, authorization, etc.) in NestJS app.