Skip to content

Commit

Permalink
fix: removing the bad test import
Browse files Browse the repository at this point in the history
  • Loading branch information
beauwilliams committed Sep 3, 2022
1 parent 42ca0fb commit 455cc6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/my-backend/src/app/resources/user/user.resolver.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { Args, Mutation, Query, Resolver } from "@nestjs/graphql";
import { UserService } from "./user.service";
import { CreateOneUserArgs, FindUniqueUserArgs, UpdateOneUserArgs, User } from "@my-full-stack-app/my-backend/generated/db-types";
import { MutationRemoveUserArgs } from "@my-full-stack-app/my-client/generated/graphql-types";

type a = MutationRemoveUserArgs
@Resolver(() => User)
export class UserResolver {
constructor(private readonly userService: UserService) {}
Expand Down

0 comments on commit 455cc6f

Please sign in to comment.