mirror of
https://github.com/Unkn0wnCat/calapi.git
synced 2025-06-19 08:01:37 +02:00
Add mutations
This commit is contained in:
parent
15407746e3
commit
7667ea7b90
4 changed files with 203 additions and 13 deletions
|
@ -7,6 +7,7 @@ import (
|
|||
)
|
||||
|
||||
type EditCalendar struct {
|
||||
ID string `json:"id"`
|
||||
Name *string `json:"name"`
|
||||
Description *string `json:"description"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue