Skip to content

Commit

Permalink
fix: return nullable tz for event queries
Browse files Browse the repository at this point in the history
  • Loading branch information
mplewis committed Oct 8, 2024
1 parent 5eb8a46 commit 625d70b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/graphql/events.sdl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const schema = gql`
description: String!
start: DateTime!
end: DateTime!
timezone: String!
timezone: String
}
type PublicEvent {
Expand All @@ -22,7 +22,7 @@ export const schema = gql`
description: String!
start: DateTime!
end: DateTime!
timezone: String!
timezone: String
}
type Query {
Expand Down

0 comments on commit 625d70b

Please sign in to comment.