Skip to content

Commit

Permalink
Merge pull request #1475 from bakaphp/feat-task-list
Browse files Browse the repository at this point in the history
refact: created at
  • Loading branch information
kaioken authored Jun 9, 2024
2 parents 09dca2b + 793ae16 commit 9033e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphql/schemas/ActionEngine/task.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ type LeadTaskEngagementItem {
config: Mixed
engagement_start: Engagement @hasOne(relation: "engagementStart")
engagement_end: Engagement @hasOne(relation: "engagementEnd")
created_at: DateTime!
updated_at: DateTime!
created_at: DateTime
updated_at: DateTime
}

extend type Query @guard {
Expand Down

0 comments on commit 9033e6a

Please sign in to comment.