Skip to content

Commit

Permalink
fix: Use timestamp instead of date for availability
Browse files Browse the repository at this point in the history
  • Loading branch information
stormofice committed Sep 29, 2023
1 parent ca3b563 commit 7596d6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions internal/graphql/gqlserver/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/graphql/schema/scalars.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ scalar Date
scalar UUID

# File Upload
scalar Upload
scalar Upload
2 changes: 1 addition & 1 deletion internal/graphql/schema/types.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type Occurrence {
priceGuest: Int
tags: [Tag!]!
reviewData(filter: ReviewFilter): ReviewDataOccurrence!
notAvailableAfter: Date
notAvailableAfter: Timestamp
}

type ReviewDataOccurrence {
Expand Down

0 comments on commit 7596d6f

Please sign in to comment.