Some refactoring. dev script, graphql dir.

This commit is contained in:
2022-09-08 19:21:20 +02:00
parent 1bcf265aec
commit 31e7aec64d
5 changed files with 40 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
import { Resolver, Query, Mutation, Args } from '@nestjs/graphql';
import { CreateUserInput } from 'src/graphql/graphql.typings';
import { CreateUserInput } from 'graphql/graphql.typings';
import { UsersService } from './users.service';
@Resolver('User')