Skip to content

Commit

Permalink
Merge pull request #5666 from artsy/update-schema
Browse files Browse the repository at this point in the history
Update metaphysics schema
  • Loading branch information
damassi authored May 28, 2020
2 parents d45521e + d5df602 commit 2762f42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -3203,6 +3203,7 @@ type ConsignmentOffer {
partnerInfo: String
photographyInfo: String
saleDate: String
saleLocation: String
saleName: String
shippingInfo: String
state: String
Expand Down Expand Up @@ -3584,6 +3585,7 @@ input CreateOfferMutationInput {
partnerInfo: String
photographyInfo: String
saleDate: Date
saleLocation: String
saleName: String
shippingInfo: String
state: String
Expand Down Expand Up @@ -5540,7 +5542,7 @@ type Me implements Node {
# The current user's status relating to bids on artworks
bidderStatus(artworkID: String!, saleID: String!): LotStanding

# Allow the user to request email confirmation if they do not have a confirmed email
# Whether user is allowed to request email confirmation
canRequestEmailConfirmation: Boolean!

# A collector profile.
Expand Down

0 comments on commit 2762f42

Please sign in to comment.