Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benjsicam/nestjs-graphql-microservices
/ types & classes
Types & classes
172 in github.com/benjsicam/nestjs-graphql-microservices
⨍
Functions
194
◇
Types & classes
172
Class
api-gateway/src/app.module.ts:75
Class
api-gateway/src/users/users-type.resolver.ts:15
Class
api-gateway/src/users/users.module.ts:44
Class
api-gateway/src/users/user.dto.ts:1
Class
api-gateway/src/users/users-query.resolver.ts:16
Class
api-gateway/src/users/users-mutation.resolver.ts:15
Class
api-gateway/src/utils/query.utils.ts:7
Class
api-gateway/src/utils/password.utils.ts:7
Class
api-gateway/src/utils/utils.module.ts:10
Class
api-gateway/src/auth/auth.service.ts:8
Class
api-gateway/src/auth/jwt-refresh.strategy.ts:14
Class
api-gateway/src/auth/refresh-auth.guard.ts:6
Class
api-gateway/src/auth/auth.module.ts:53
Class
api-gateway/src/auth/gql-auth.guard.ts:6
Class
api-gateway/src/auth/jwt.strategy.ts:14
Class
api-gateway/src/auth/auth.resolver.ts:18
Class
api-gateway/src/comments/comments-type.resolver.ts:13
Class
api-gateway/src/comments/comments-mutation.resolver.ts:16
Class
api-gateway/src/comments/comment.dto.ts:1
Class
api-gateway/src/comments/comments.module.ts:47
Class
api-gateway/src/comments/comments-query.resolver.ts:14
Class
api-gateway/src/comments/comments-subscription.resolver.ts:10
Class
api-gateway/src/posts/posts-subscription.resolver.ts:8
Class
api-gateway/src/posts/posts-mutation.resolver.ts:17
Class
api-gateway/src/posts/posts.module.ts:47
Class
api-gateway/src/posts/post.dto.ts:1
Class
api-gateway/src/posts/posts-query.resolver.ts:15
Class
api-gateway/src/posts/posts-type.resolver.ts:16
Class
api-gateway/src/commons/commons.module.ts:30
Class
microservices/posts-svc/src/app.module.ts:91
Class
microservices/posts-svc/src/posts/post.model.ts:8
Class
microservices/posts-svc/src/posts/posts.module.ts:14
Class
microservices/posts-svc/src/posts/posts.service.ts:14
Class
microservices/posts-svc/src/posts/post.dto.ts:1
Class
microservices/posts-svc/src/posts/posts.controller.ts:20
Class
microservices/comments-svc/src/app.module.ts:91
Class
microservices/comments-svc/src/comments/comments.controller.ts:20
Class
microservices/comments-svc/src/comments/comment.dto.ts:1
Class
microservices/comments-svc/src/comments/comments.service.ts:14
Class
microservices/comments-svc/src/comments/comments.module.ts:14
Class
microservices/comments-svc/src/comments/comment.model.ts:8
Class
microservices/users-svc/src/app.module.ts:91
Class
microservices/users-svc/src/users/users.service.ts:14
Class
microservices/users-svc/src/users/users.controller.ts:18
Class
microservices/users-svc/src/users/users.module.ts:14
Class
microservices/users-svc/src/users/user.dto.ts:1
Class
microservices/users-svc/src/users/user.model.ts:8
Class
microservices/mailer-svc/src/app.module.ts:52
Class
microservices/mailer-svc/src/mailer/mailer.controller.ts:9
Class
microservices/mailer-svc/src/mailer/mailer.module.ts:11
Class
AppModule
api-gateway/src/app.module.ts:75
Class
AppModule
microservices/posts-svc/src/app.module.ts:91
Class
AppModule
microservices/comments-svc/src/app.module.ts:91
Class
AppModule
microservices/users-svc/src/app.module.ts:91
Class
AppModule
microservices/mailer-svc/src/app.module.ts:52
Class
AuthModule
api-gateway/src/auth/auth.module.ts:53
Class
AuthResolver
api-gateway/src/auth/auth.resolver.ts:18
Class
AuthService
api-gateway/src/auth/auth.service.ts:8
Class
Comment
microservices/comments-svc/src/comments/comment.model.ts:8
Interface
Comment
api-gateway/src/graphql/typings.ts:93
Class
CommentDto
api-gateway/src/comments/comment.dto.ts:1
Class
CommentDto
microservices/comments-svc/src/comments/comment.dto.ts:1
Interface
CommentEdge
api-gateway/src/graphql/typings.ts:108
Interface
CommentPayload
api-gateway/src/graphql/typings.ts:113
Interface
CommentsConnection
api-gateway/src/graphql/typings.ts:103
Class
CommentsController
microservices/comments-svc/src/comments/comments.controller.ts:20
Class
CommentsModule
api-gateway/src/comments/comments.module.ts:47
Class
CommentsModule
microservices/comments-svc/src/comments/comments.module.ts:14
Class
CommentsMutationResolver
api-gateway/src/comments/comments-mutation.resolver.ts:16
Class
CommentsQueryResolver
api-gateway/src/comments/comments-query.resolver.ts:14
Class
CommentsService
microservices/comments-svc/src/comments/comments.service.ts:14
Class
CommentsSubscriptionResolver
api-gateway/src/comments/comments-subscription.resolver.ts:10
Class
CommentsTypeResolver
api-gateway/src/comments/comments-type.resolver.ts:13
Class
CommonsModule
api-gateway/src/commons/commons.module.ts:30
Interface
CreateCommentInput
api-gateway/src/graphql/typings.ts:9
Interface
CreatePostInput
api-gateway/src/graphql/typings.ts:18
Interface
DeleteAccountPayload
api-gateway/src/graphql/typings.ts:194
Interface
DeleteCommentPayload
api-gateway/src/graphql/typings.ts:118
Interface
DeletePostPayload
api-gateway/src/graphql/typings.ts:162
Interface
ErrorPayload
api-gateway/src/graphql/typings.ts:123
Class
GqlAuthGuard
api-gateway/src/auth/gql-auth.guard.ts:6
Interface
ICommentUpdateInput
microservices/comments-svc/src/comments/comments.interface.ts:7
Interface
ICommentsService
api-gateway/src/comments/comments.interface.ts:13
Interface
ICommentsService
microservices/comments-svc/src/comments/comments.interface.ts:12
Interface
ICount
api-gateway/src/commons/commons.interface.ts:14
Interface
ICount
microservices/posts-svc/src/commons/commons.interface.ts:14
Interface
ICount
microservices/comments-svc/src/commons/commons.interface.ts:14
Interface
ICount
microservices/users-svc/src/commons/commons.interface.ts:14
Interface
ICursor
microservices/posts-svc/src/commons/find-and-paginate.interface.ts:12
Interface
ICursor
microservices/comments-svc/src/commons/find-and-paginate.interface.ts:12
Interface
ICursor
microservices/users-svc/src/commons/find-and-paginate.interface.ts:12
Interface
IEdge
microservices/posts-svc/src/commons/cursor-pagination.interface.ts:1
Interface
IEdge
microservices/comments-svc/src/commons/cursor-pagination.interface.ts:1
Interface
IEdge
microservices/users-svc/src/commons/cursor-pagination.interface.ts:1
Interface
IFindAndPaginateOptions
microservices/posts-svc/src/commons/find-and-paginate.interface.ts:3
Interface
IFindAndPaginateOptions
microservices/comments-svc/src/commons/find-and-paginate.interface.ts:3
Interface
IFindAndPaginateOptions
microservices/users-svc/src/commons/find-and-paginate.interface.ts:3
Interface
IFindAndPaginateResult
microservices/posts-svc/src/commons/find-and-paginate.interface.ts:19
Interface
IFindAndPaginateResult
microservices/comments-svc/src/commons/find-and-paginate.interface.ts:19
Interface
IFindAndPaginateResult
microservices/users-svc/src/commons/find-and-paginate.interface.ts:19
next →
1–100 of 172, ranked by callers