//////////////////////////////////////////////////////////////////////////////////////////////
// DO NOT MODIFY THIS FILE //
// This file is automatically generated by ZenStack CLI and should not be manually updated. //
// Source: showcase.zmodel · Generated: 2026-02-23 //
//////////////////////////////////////////////////////////////////////////////////////////////
Index / Procedures / createAndAssignTask
Create a new task and assign it to a user in one step.
Defined in: showcase.zmodel
Declaration · showcase.zmodel
mutation procedure createAndAssignTask(title: String, projectId: String, assigneeId: String?, priority: Priority?): TaskInput parameters accepted by this procedure.
| Parameter | Type | Required |
|---|---|---|
title |
String |
Yes |
projectId |
String |
Yes |
assigneeId |
String |
No |
priority |
Priority | No |
The return type of this procedure.
Previous: bulkUpdateTaskStatus · Next: getProjectStats