Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#10474)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored Jul 11, 2024
1 parent 885e79f commit 6c412f5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -14218,6 +14218,7 @@ type PartialArtwork {
type Partner implements Node {
alertsConnection(
after: String
artistID: String
before: String
first: Int
last: Int
Expand Down Expand Up @@ -14551,7 +14552,7 @@ type PartnerAlertsConnection {

# An edge in a connection.
type PartnerAlertsEdge {
artistId: String
artistID: String
collectorProfilesConnection(
after: String
before: String
Expand All @@ -14572,10 +14573,10 @@ type PartnerAlertsEdge {

# The item at the end of the edge
node: Alert
partnerId: String
partnerID: String
score: String
searchCriteriaId: String
userIds: [String]
searchCriteriaID: String
userIDs: [String]
}

type PartnerArtist {
Expand Down

0 comments on commit 6c412f5

Please sign in to comment.