Add mutations

This commit is contained in:
Kevin Kandlbinder 2023-02-28 21:35:51 +01:00
parent 15407746e3
commit 7667ea7b90
Signed by: kevin
GPG key ID: 1460B586646E180D
4 changed files with 203 additions and 13 deletions

View file

@ -7,6 +7,7 @@ import (
)
type EditCalendar struct {
ID string `json:"id"`
Name *string `json:"name"`
Description *string `json:"description"`
}