diff --git a/js/src/graphql/event.ts b/js/src/graphql/event.ts index c0e1e9043..87e54ecb7 100644 --- a/js/src/graphql/event.ts +++ b/js/src/graphql/event.ts @@ -295,7 +295,7 @@ export const JOIN_EVENT = gql` $email: String $message: String $locale: String - $timezone: String + $timezone: Timezone ) { joinEvent( eventId: $eventId diff --git a/js/src/graphql/user.ts b/js/src/graphql/user.ts index e902488f0..33ef1bffa 100644 --- a/js/src/graphql/user.ts +++ b/js/src/graphql/user.ts @@ -151,7 +151,7 @@ export const LOGGED_USER_TIMEZONE = gql` export const SET_USER_SETTINGS = gql` mutation SetUserSettings( - $timezone: String + $timezone: Timezone $notificationOnDay: Boolean $notificationEachWeek: Boolean $notificationBeforeEvent: Boolean diff --git a/js/src/views/Event/EditView.vue b/js/src/views/Event/EditView.vue index 5fa261acc..19ca5b977 100644 --- a/js/src/views/Event/EditView.vue +++ b/js/src/views/Event/EditView.vue @@ -426,7 +426,9 @@ >