(ctx context.Context, parentTaskID string)
| 108 | GetTask(ctx context.Context, id string) (Task, error) |
| 109 | ListTasks(ctx context.Context, query Query) ([]Summary, error) |
| 110 | CountDirectChildren(ctx context.Context, parentTaskID string) (int, error) |
| 111 | } |
| 112 | |
| 113 | // DeleteTaskMutationStore is the narrowed persistence surface required to |
no outgoing calls