diff --git a/data/schema.graphql b/data/schema.graphql index a03eca6d94c..298999fe101 100644 --- a/data/schema.graphql +++ b/data/schema.graphql @@ -698,6 +698,7 @@ type Artist implements EntityWithFilterArtworksConnectionInterface & Node & Sear priceRange: String saleID: ID size: Int + sizeBuckets: [ArtworkSizes] sort: String tagID: String width: String @@ -4044,6 +4045,7 @@ interface EntityWithFilterArtworksConnectionInterface { priceRange: String saleID: ID size: Int + sizeBuckets: [ArtworkSizes] sort: String tagID: String width: String @@ -4181,6 +4183,7 @@ type Fair implements EntityWithFilterArtworksConnectionInterface & Node { priceRange: String saleID: ID size: Int + sizeBuckets: [ArtworkSizes] sort: String tagID: String width: String @@ -4780,6 +4783,7 @@ type Gene implements Node & Searchable { priceRange: String saleID: ID size: Int + sizeBuckets: [ArtworkSizes] sort: String tagID: String width: String @@ -5360,6 +5364,7 @@ type MarketingCollection { priceRange: String saleID: ID size: Int + sizeBuckets: [ArtworkSizes] sort: String tagID: String width: String @@ -6574,6 +6579,7 @@ type Query { priceRange: String saleID: ID size: Int + sizeBuckets: [ArtworkSizes] sort: String tagID: String width: String @@ -7729,6 +7735,7 @@ type Show implements EntityWithFilterArtworksConnectionInterface & Node { priceRange: String saleID: ID size: Int + sizeBuckets: [ArtworkSizes] sort: String tagID: String width: String @@ -8106,6 +8113,7 @@ type Tag implements Node { priceRange: String saleID: ID size: Int + sizeBuckets: [ArtworkSizes] sort: String tagID: String width: String @@ -8466,6 +8474,7 @@ type Viewer { priceRange: String saleID: ID size: Int + sizeBuckets: [ArtworkSizes] sort: String tagID: String width: String