Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.6 KB

File metadata and controls

59 lines (37 loc) · 1.6 KB
//////////////////////////////////////////////////////////////////////////////////////////////
// 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

createAndAssignTask Mutation

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?): Task

📥 Parameters

Input parameters accepted by this procedure.

Parameter Type Required
title String Yes
projectId String Yes
assigneeId String No
priority Priority No

📤 Returns

The return type of this procedure.

Task

diagram


📚 References


Previous: bulkUpdateTaskStatus · Next: getProjectStats