Make task time estimate optional
close #38 Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
@@ -386,7 +386,7 @@ type Task implements Node {
|
||||
name: String!
|
||||
description: String!
|
||||
state: TaskState!
|
||||
timeEstimate: Duration!
|
||||
timeEstimate: Duration
|
||||
assignedTo: People @goField(forceResolver: true)
|
||||
|
||||
evidences(
|
||||
@@ -633,7 +633,7 @@ input CreateTaskInput {
|
||||
controlId: ID!
|
||||
name: String!
|
||||
description: String!
|
||||
timeEstimate: Duration!
|
||||
timeEstimate: Duration
|
||||
assignedToId: ID
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user