Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#10498)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored Jul 17, 2024
1 parent 17a6ed2 commit 0716453
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -14305,6 +14305,10 @@ type Partner implements Node {
includeAllFields: Boolean
last: Int
representedBy: Boolean

# Include artists that are represented or have published artworks, should not
# be used in conjunction with hasPublishedArtworks or representedBy.
representedByOrHasPublishedArtworks: Boolean
sort: ArtistSorts
): ArtistPartnerConnection
artistsSearchConnection(
Expand Down

0 comments on commit 0716453

Please sign in to comment.