Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#10180)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit committed Apr 30, 2024
1 parent afcff2f commit 3e3ea64
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/schema.graphql
Expand Up @@ -4147,6 +4147,9 @@ type CollectorProfileType implements Node {
): String
savedArtworksCount: Int!
selfReportedPurchases: String

# A partner-specific sentence describing the collector.
summarySentence(partnerID: String!): String!
totalBidsCount: Int!
userInterests: [UserInterest]!
@deprecated(reason: "Use \"owner#interestsConnection\" field instead.")
Expand Down Expand Up @@ -11280,6 +11283,9 @@ type InquirerCollectorProfile {
): String
savedArtworksCount: Int!
selfReportedPurchases: String

# A partner-specific sentence describing the collector.
summarySentence(partnerID: String!): String!
totalBidsCount: Int!
userInterests: [UserInterest]!
@deprecated(reason: "Use \"owner#interestsConnection\" field instead.")
Expand Down Expand Up @@ -18835,6 +18841,9 @@ type UpdateCollectorProfilePayload {
): String
savedArtworksCount: Int!
selfReportedPurchases: String

# A partner-specific sentence describing the collector.
summarySentence(partnerID: String!): String!
totalBidsCount: Int!
userInterests: [UserInterest]!
@deprecated(reason: "Use \"owner#interestsConnection\" field instead.")
Expand Down

0 comments on commit 3e3ea64

Please sign in to comment.