Skip to content

Commit

Permalink
Merge pull request #1477 from bakaphp/feat-task-list
Browse files Browse the repository at this point in the history
refact: graph
  • Loading branch information
kaioken committed Jun 9, 2024
2 parents 80b6f7f + 2b438f6 commit e9e1c14
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 e9e1c14

Please sign in to comment.