Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
feat: update gql input file names
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceyOfficial committed Dec 26, 2019
1 parent 142dff6 commit ba5af71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { InputType, Field } from 'type-graphql'
import { IsString, IsNotEmpty } from 'class-validator'
import { CreateYanceyMusicInput } from './create-yancey-music.dto'
import { CreateYanceyMusicInput } from './create-yancey-music.input'

@InputType()
export class UpdateYanceyMusicInput extends CreateYanceyMusicInput {
Expand Down

0 comments on commit ba5af71

Please sign in to comment.