added event todo list
This commit is contained in:
@@ -71,6 +71,9 @@ export const queries = {
|
||||
guestBookEntry: true,
|
||||
},
|
||||
},
|
||||
todos: {
|
||||
orderBy: { dueDate: 'asc' },
|
||||
},
|
||||
}
|
||||
})
|
||||
return event
|
||||
|
||||
Reference in New Issue
Block a user