Skip to content

Commit

Permalink
refact: graph
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Jun 9, 2024
1 parent 625c1df commit 2b438f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/schemas/ActionEngine/task.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type TaskListItem {

type LeadTaskEngagementItem {
name: String!
action: CompanyAction! @belongsTo
company_action: CompanyAction! @belongsTo
status: String
config: Mixed
engagement_start: Engagement @hasOne(relation: "engagementStart")
Expand Down

0 comments on commit 2b438f6

Please sign in to comment.