Enable Task creation (#688)

This commit is contained in:
Charles Bochet
2023-07-16 09:39:52 -07:00
committed by GitHub
parent 098cd038bd
commit 037628ab1d
126 changed files with 3032 additions and 253 deletions

View File

@ -6,6 +6,11 @@ export enum CommentThreadScalarFieldEnum {
authorId = "authorId",
body = "body",
title = "title",
type = "type",
reminderAt = "reminderAt",
dueAt = "dueAt",
completedAt = "completedAt",
assigneeId = "assigneeId",
deletedAt = "deletedAt",
createdAt = "createdAt",
updatedAt = "updatedAt"