Skip to content

Commit

Permalink
feat: updated task types
Browse files Browse the repository at this point in the history
  • Loading branch information
jeessh committed Nov 23, 2023
1 parent e55356d commit dd4b49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/typescript/graphql/types/taskType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const taskType = gql`
}
extend type Mutation {
addTask(id: Int!): TaskDTO!
addTask(task: InputTaskDTO!): TaskDTO!
updateTask(id: Int!, task: InputTaskDTO!): TaskDTO!
deleteTask(id: Int!): TaskDTO!
}
Expand Down

0 comments on commit dd4b49b

Please sign in to comment.