Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#10984)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored Oct 21, 2024
1 parent 4eee9bc commit 67af47f
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 @@ -5458,6 +5458,9 @@ type CommerceOptInFailure {
}

input CommerceOptInMutationInput {
# Opt artwork into Artsy Shipping Domestic
artsyShippingDomestic: Boolean

# whether or not there is a CoA
certificateOfAuthenticity: Boolean
clientMutationId: String
Expand Down Expand Up @@ -5496,6 +5499,9 @@ type CommerceOptInReportFailure {
}

input CommerceOptInReportMutationInput {
# Opt artwork into Artsy Shipping Domestic
artsyShippingDomestic: Boolean

# whether it should be updated to CoA
certificateOfAuthenticity: Boolean
clientMutationId: String
Expand Down

0 comments on commit 67af47f

Please sign in to comment.