Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#6914)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored Jun 10, 2022
1 parent 6742959 commit b91addc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -12754,6 +12754,9 @@ type Sale implements Node {
after: String
before: String

# When this is true and there is no access token present, allow a loader that caches to be used.
cached: Boolean = true

# List of artwork IDs to exclude from the response (irrespective of size)
exclude: [String]
first: Int
Expand Down Expand Up @@ -12836,6 +12839,9 @@ type Sale implements Node {
isGalleryAuction: Boolean
isLiveOpen: Boolean
isLotConditionsReportEnabled: Boolean

# True for a cascading-end-time enabled sale where lots have started closing
isLotsClosing: Boolean!
isOpen: Boolean
isPreliminary: Boolean
isPreview: Boolean
Expand Down

0 comments on commit b91addc

Please sign in to comment.