Skip to content

Commit

Permalink
fix: Make notAvailableAfter nullable in gql schema
Browse files Browse the repository at this point in the history
  • Loading branch information
stormofice committed Sep 29, 2023
1 parent 50aaca7 commit ca3b563
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
31 changes: 2 additions & 29 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/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: Date
}

type ReviewDataOccurrence {
Expand Down

0 comments on commit ca3b563

Please sign in to comment.