diff --git a/data/schema.graphql b/data/schema.graphql index 5b8c1fcaa53..225d3d567d5 100644 --- a/data/schema.graphql +++ b/data/schema.graphql @@ -671,7 +671,7 @@ enum AnalyticsGroupedStatsObjectTypeEnum { # A grouped stat item: country or device etc. union AnalyticsGroupedStatsUnion = - AnalyticsVisitorsByCountry + | AnalyticsVisitorsByCountry | AnalyticsVisitorsByDevice | AnalyticsVisitorsByLandingPage | AnalyticsVisitorsByReferral @@ -1111,7 +1111,7 @@ enum AnalyticsRankedStatsObjectTypeEnum { # An artwork, artist, show, or viewing room union AnalyticsRankedStatsUnion = - AnalyticsArtist + | AnalyticsArtist | AnalyticsArtwork | AnalyticsShow | AnalyticsViewingRoom @@ -1376,7 +1376,7 @@ type ArticleSectionImageCollection { } union ArticleSectionImageCollectionFigure = - ArticleImageSection + | ArticleImageSection | ArticleUnpublishedArtwork | Artwork @@ -1434,7 +1434,7 @@ enum ArticleSectionVideoLayout { } union ArticleSections = - ArticleSectionCallout + | ArticleSectionCallout | ArticleSectionEmbed | ArticleSectionImageCollection | ArticleSectionImageSet @@ -2947,7 +2947,7 @@ type ArtworkMutationFailure { } union ArtworkMutationType = - ArtworkMutationDeleteSuccess + | ArtworkMutationDeleteSuccess | ArtworkMutationFailure union ArtworkOrEditionSetType = Artwork | EditionSet @@ -3126,7 +3126,7 @@ type ArtworksCollectionsBatchUpdatePayload { } union ArtworksCollectionsBatchUpdateResponseOrError = - ArtworksCollectionsBatchUpdateFailure + | ArtworksCollectionsBatchUpdateFailure | ArtworksCollectionsBatchUpdateSuccess type ArtworksCollectionsBatchUpdateSuccess { @@ -3835,7 +3835,7 @@ type BankAccountMutationSuccess { } union BankAccountMutationType = - BankAccountMutationFailure + | BankAccountMutationFailure | BankAccountMutationSuccess enum BankAccountTypes { @@ -4002,7 +4002,7 @@ type BulkUpdatePartnerArtworksMutationSuccess { } union BulkUpdatePartnerArtworksMutationType = - BulkUpdatePartnerArtworksMutationFailure + | BulkUpdatePartnerArtworksMutationFailure | BulkUpdatePartnerArtworksMutationSuccess type BulkUpdatePartnerArtworksResponse { @@ -4489,7 +4489,7 @@ type CollectorSignals { # Represents either an action or a potential failure union CommerceActionOrFailureUnion = - CommerceOrderRequiresAction + | CommerceOrderRequiresAction | CommerceOrderWithMutationFailure # Autogenerated input type of AddInitialOfferToOrder @@ -5674,7 +5674,7 @@ type CommerceOptInReportMutationPayload { } union CommerceOptInReportMutationType = - CommerceOptInReportFailure + | CommerceOptInReportFailure | CommerceOptInReportSuccess type CommerceOptInReportResponse { @@ -5972,7 +5972,7 @@ type CommerceOrderEdge { # Represents either a state change or new offer union CommerceOrderEventUnion = - CommerceOfferSubmittedEvent + | CommerceOfferSubmittedEvent | CommerceOrderStateChangedEvent enum CommerceOrderFulfillmentTypeEnum { @@ -5996,7 +5996,7 @@ enum CommerceOrderModeEnum { # Represents either a resolved Order or a potential failure union CommerceOrderOrFailureUnion = - CommerceOrderRequiresAction + | CommerceOrderRequiresAction | CommerceOrderWithMutationFailure | CommerceOrderWithMutationSuccess @@ -6145,7 +6145,7 @@ type CommercePickup { # Represents either a shipping information or pickup union CommerceRequestedFulfillmentUnion = - CommercePickup + | CommercePickup | CommerceShip | CommerceShipArta @@ -7947,7 +7947,7 @@ type CreateAccountRequestMutationSuccess { } union CreateAccountRequestMutationType = - CreateAccountRequestMutationFailure + | CreateAccountRequestMutationFailure | CreateAccountRequestMutationSuccess type CreateAlertFailure { @@ -8070,7 +8070,7 @@ type CreateCanonicalArtistSuccess { } union CreateCanonicalArtistSuccessOrErrorType = - CreateCanonicalArtistFailure + | CreateCanonicalArtistFailure | CreateCanonicalArtistSuccess type CreateCareerHighlightFailure { @@ -8097,7 +8097,7 @@ type CreateCareerHighlightSuccess { } union CreateCareerHighlightSuccessResponseOrError = - CreateCareerHighlightFailure + | CreateCareerHighlightFailure | CreateCareerHighlightSuccess type CreateCollectionFailure { @@ -8105,7 +8105,7 @@ type CreateCollectionFailure { } union CreateCollectionResponseOrError = - CreateCollectionFailure + | CreateCollectionFailure | CreateCollectionSuccess type CreateCollectionSuccess { @@ -8128,7 +8128,7 @@ type CreateConsignmentInquiryMutationPayload { } union CreateConsignmentInquiryMutationType = - ConsignmentInquiryMutationFailure + | ConsignmentInquiryMutationFailure | ConsignmentInquiryMutationSuccess input CreateDiscoveryArtworkReferenceMutationInput { @@ -8151,7 +8151,7 @@ type CreateDiscoveryArtworkReferenceMutationPayload { } union CreateDiscoveryArtworkReferenceResponseOrError = - DiscoveryArtworkReferenceMutationFailure + | DiscoveryArtworkReferenceMutationFailure | DiscoveryArtworkReferenceMutationSuccess input CreateDiscoveryUserMutationInput { @@ -8169,7 +8169,7 @@ type CreateDiscoveryUserMutationPayload { } union CreateDiscoveryUserResponseOrError = - DiscoveryUserMutationFailure + | DiscoveryUserMutationFailure | DiscoveryUserMutationSuccess type CreateFeatureFailure { @@ -8217,7 +8217,7 @@ type CreateFeaturedLinkMutationPayload { } union CreateFeaturedLinkResponseOrError = - CreateFeaturedLinkFailure + | CreateFeaturedLinkFailure | CreateFeaturedLinkSuccess type CreateFeaturedLinkSuccess { @@ -8291,7 +8291,7 @@ type CreateIdentityVerificationOverrideMutationPayload { } union CreateIdentityVerificationOverrideResponseOrError = - IdentityVerificationOverrideMutationFailure + | IdentityVerificationOverrideMutationFailure | IdentityVerificationOverrideMutationSuccess # Autogenerated input type of CreateImage @@ -8332,7 +8332,7 @@ type CreateInvoicePaymentPayload { } union CreateInvoicePaymentResponseOrError = - CreateInvoicePaymentFailure + | CreateInvoicePaymentFailure | CreateInvoicePaymentSuccess type CreateInvoicePaymentSuccess { @@ -8453,7 +8453,7 @@ type CreateSaleAgreementMutationPayload { } union CreateSaleAgreementResponseOrError = - CreateSaleAgreementFailure + | CreateSaleAgreementFailure | CreateSaleAgreementSuccess type CreateSaleAgreementSuccess { @@ -8622,7 +8622,7 @@ type CreateUserSaleProfileMutationPayload { } union CreateUserSaleProfileResponseOrError = - CreateUserSaleProfileFailure + | CreateUserSaleProfileFailure | CreateUserSaleProfileSuccess type CreateUserSaleProfileSuccess { @@ -8647,7 +8647,7 @@ type CreateVerifiedRepresentativePayload { } union CreateVerifiedRepresentativeResponseOrError = - CreateVerifiedRepresentativeFailure + | CreateVerifiedRepresentativeFailure | CreateVerifiedRepresentativeSuccess type CreateVerifiedRepresentativeSuccess { @@ -8780,7 +8780,7 @@ type CreditCardMutationSuccess { } union CreditCardMutationType = - CreditCardMutationFailure + | CreditCardMutationFailure | CreditCardMutationSuccess type CreditCardPayload { @@ -8940,7 +8940,7 @@ type DeleteCareerHighlightSuccess { } union DeleteCareerHighlightSuccessOrErrorType = - DeleteCareerHighlightFailure + | DeleteCareerHighlightFailure | DeleteCareerHighlightSuccess type DeleteCollectionFailure { @@ -8948,7 +8948,7 @@ type DeleteCollectionFailure { } union DeleteCollectionResponseOrError = - DeleteCollectionFailure + | DeleteCollectionFailure | DeleteCollectionSuccess type DeleteCollectionSuccess { @@ -8974,7 +8974,7 @@ type DeleteConversationMutationPayload { } union DeleteConversationResponseOrError = - DeleteConversationFailure + | DeleteConversationFailure | DeleteConversationSuccess type DeleteConversationSuccess { @@ -9015,7 +9015,7 @@ type DeleteDiscoveryUserMutationSuccess { } union DeleteDiscoveryUserResponseOrError = - DeleteDiscoveryUserMutationFailure + | DeleteDiscoveryUserMutationFailure | DeleteDiscoveryUserMutationSuccess type DeleteFeatureFailure { @@ -9053,7 +9053,7 @@ type DeleteFeaturedLinkMutationPayload { } union DeleteFeaturedLinkResponseOrError = - DeleteFeaturedLinkFailure + | DeleteFeaturedLinkFailure | DeleteFeaturedLinkSuccess type DeleteFeaturedLinkSuccess { @@ -9192,7 +9192,7 @@ type DeleteVerifiedRepresentativeMutationPayload { } union DeleteVerifiedRepresentativeResponseOrError = - DeleteVerifiedRepresentativeFailure + | DeleteVerifiedRepresentativeFailure | DeleteVerifiedRepresentativeSuccess type DeleteVerifiedRepresentativeSuccess { @@ -9258,7 +9258,7 @@ type Delivery { type Department { id: ID! - jobs: [Job!]! + jobs: [Job!]! @deprecated name: String! } @@ -11054,7 +11054,7 @@ type HomePageArtworkModule implements Node { } union HomePageArtworkModuleContext = - Fair + | Fair | FollowArtists | Gene | HomePageFollowedArtistArtworkModule @@ -11746,7 +11746,7 @@ type IdentityVerificationEmailMutationSuccessType { } union IdentityVerificationEmailMutationType = - IdentityVerificationEmailMutationFailureType + | IdentityVerificationEmailMutationFailureType | IdentityVerificationEmailMutationSuccessType type IdentityVerificationOverride { @@ -12218,7 +12218,7 @@ type Job { content: String! departmentName: String! - # The url of the job listing on Greenhouse + # The url of the job listing externalURL: String! id: ID! location: String! @@ -12398,7 +12398,7 @@ type MarkAllNotificationsAsReadPayload { } union MarkAllNotificationsAsReadResponseOrError = - MarkAllNotificationsAsReadFailure + | MarkAllNotificationsAsReadFailure | MarkAllNotificationsAsReadSuccess type MarkAllNotificationsAsReadSuccess { @@ -12421,7 +12421,7 @@ type MarkNotificationAsReadPayload { } union MarkNotificationAsReadResponseOrError = - MarkNotificationAsReadFailure + | MarkNotificationAsReadFailure | MarkNotificationAsReadSuccess type MarkNotificationAsReadSuccess { @@ -12446,7 +12446,7 @@ type MarkNotificationsAsSeenPayload { } union MarkNotificationsAsSeenResponseOrError = - MarkNotificationsAsSeenFailure + | MarkNotificationsAsSeenFailure | MarkNotificationsAsSeenSuccess type MarkNotificationsAsSeenSuccess { @@ -12696,7 +12696,7 @@ enum MarketingCollectionsSorts { } union Match = - Article + | Article | Artist | Artwork | Fair @@ -14336,7 +14336,7 @@ type MyCollectionArtworkMutationSuccess { } union MyCollectionArtworkMutationType = - MyCollectionArtworkMutationDeleteSuccess + | MyCollectionArtworkMutationDeleteSuccess | MyCollectionArtworkMutationFailure | MyCollectionArtworkMutationSuccess @@ -14646,7 +14646,7 @@ type NotificationEdge { } union NotificationItem = - AlertNotificationItem + | AlertNotificationItem | ArticleFeaturedArtistNotificationItem | ArtworkPublishedNotificationItem | CollectorProfileUpdatePromptNotificationItem @@ -14770,7 +14770,7 @@ type OrderedSetEdge { } union OrderedSetItem = - Artist + | Artist | Artwork | FeaturedLink | Gene @@ -16896,7 +16896,7 @@ type Query { limit: Int # (Only for when useOpenSearch is true) These fields are used to calculate the More Like This query - mltFields: [String] = ["material", "categories", "tags", "medium"] + mltFields: [String] = ["genes", "materials", "tags", "medium"] offset: Int # (Only for when useOpenSearch is true) Weights for the OpenSearch query @@ -17875,7 +17875,7 @@ input RequestPriceEstimateInput { } union RequestPriceEstimateMutationType = - RequestPriceEstimatedMutationFailure + | RequestPriceEstimatedMutationFailure | RequestPriceEstimatedMutationSuccess type RequestPriceEstimatePayload { @@ -18730,7 +18730,7 @@ type SendConfirmationEmailMutationSuccess { } union SendConfirmationEmailMutationType = - SendConfirmationEmailMutationFailure + | SendConfirmationEmailMutationFailure | SendConfirmationEmailMutationSuccess input SendConversationMessageMutationInput { @@ -18799,7 +18799,7 @@ type SendFeedbackMutationSuccess { } union SendFeedbackMutationType = - SendFeedbackMutationFailure + | SendFeedbackMutationFailure | SendFeedbackMutationSuccess input SendIdentityVerificationEmailMutationInput { @@ -19254,7 +19254,7 @@ type StartIdentityVerificationFailure { } union StartIdentityVerificationResponseOrError = - StartIdentityVerificationFailure + | StartIdentityVerificationFailure | StartIdentityVerificationSuccess type StartIdentityVerificationSuccess { @@ -19598,7 +19598,7 @@ type TransferMyCollectionSuccess { # A transfer My Collection success or errors object union TransferMyCollectionSuccessOrErrorsUnion = - Errors + | Errors | TransferMyCollectionSuccess type TrendingArtists { @@ -19627,7 +19627,7 @@ type TriggerCampaignMutationSuccess { } union TriggerCampaignMutationSuccessOrError = - TriggerCampaignMutationFailure + | TriggerCampaignMutationFailure | TriggerCampaignMutationSuccess type TriggerCampaignPayload { @@ -19754,7 +19754,7 @@ type UpdateCMSLastAccessTimestampMutationPayload { } union UpdateCMSLastAccessTimestampResponseOrError = - UpdateCMSLastAccessTimestampFailure + | UpdateCMSLastAccessTimestampFailure | UpdateCMSLastAccessTimestampSuccess type UpdateCMSLastAccessTimestampSuccess { @@ -19784,7 +19784,7 @@ type UpdateCareerHighlightSuccess { } union UpdateCareerHighlightsSuccessResponseOrError = - UpdateCareerHighlightFailure + | UpdateCareerHighlightFailure | UpdateCareerHighlightSuccess type UpdateCollectionFailure { @@ -19792,7 +19792,7 @@ type UpdateCollectionFailure { } union UpdateCollectionResponseOrError = - UpdateCollectionFailure + | UpdateCollectionFailure | UpdateCollectionSuccess type UpdateCollectionSuccess { @@ -19875,7 +19875,7 @@ type UpdateCollectorProfileWithIDPayload { } union UpdateCollectorProfileWithIDResponseOrError = - UpdateCollectorProfileWithIDFailure + | UpdateCollectorProfileWithIDFailure | UpdateCollectorProfileWithIDSuccess type UpdateCollectorProfileWithIDSuccess { @@ -19962,7 +19962,7 @@ type UpdateFeaturedLinkMutationPayload { } union UpdateFeaturedLinkResponseOrError = - UpdateFeaturedLinkFailure + | UpdateFeaturedLinkFailure | UpdateFeaturedLinkSuccess type UpdateFeaturedLinkSuccess { @@ -20005,7 +20005,7 @@ type UpdateMeCollectionsFailure { } union UpdateMeCollectionsResponseOrError = - UpdateMeCollectionsFailure + | UpdateMeCollectionsFailure | UpdateMeCollectionsSuccess type UpdateMeCollectionsSuccess { @@ -20162,7 +20162,7 @@ input UpdateMyProfileInput { } union UpdateMyProfileMutation = - UpdateMyProfileMutationFailure + | UpdateMyProfileMutationFailure | UpdateMyProfileMutationSuccess type UpdateMyProfileMutationFailure { @@ -20211,7 +20211,7 @@ type UpdateOrderedSetMutationPayload { } union UpdateOrderedSetResponseOrError = - UpdateOrderedSetFailure + | UpdateOrderedSetFailure | UpdateOrderedSetSuccess type UpdateOrderedSetSuccess { @@ -20269,7 +20269,7 @@ type UpdatePartnerShowMutationPayload { } union UpdatePartnerShowResponseOrError = - UpdatePartnerShowFailure + | UpdatePartnerShowFailure | UpdatePartnerShowSuccess type UpdatePartnerShowSuccess { @@ -20299,7 +20299,7 @@ type UpdateSaleAgreementMutationPayload { } union UpdateSaleAgreementResponseOrError = - UpdateSaleAgreementFailure + | UpdateSaleAgreementFailure | UpdateSaleAgreementSuccess type UpdateSaleAgreementSuccess { @@ -20428,7 +20428,7 @@ type UpdateUserInterestMutationPayload { union UpdateUserInterestOrError = UpdateUserInterestsFailure | UserInterest union UpdateUserInterestResponseOrError = - UpdateUserInterestFailure + | UpdateUserInterestFailure | UpdateUserInterestSuccess type UpdateUserInterestSuccess { @@ -20883,7 +20883,7 @@ type UserIconDeleteSuccessType { } union UserIconDeletionMutationType = - UserIconDeleteFailureType + | UserIconDeleteFailureType | UserIconDeleteSuccessType # A connection to a list of items. @@ -21550,7 +21550,7 @@ type Viewer { limit: Int # (Only for when useOpenSearch is true) These fields are used to calculate the More Like This query - mltFields: [String] = ["material", "categories", "tags", "medium"] + mltFields: [String] = ["genes", "materials", "tags", "medium"] offset: Int # (Only for when useOpenSearch is true) Weights for the OpenSearch query @@ -22462,7 +22462,7 @@ type addOrderedSetItemMutationPayload { } union addOrderedSetItemResponseOrError = - addOrderedSetItemFailure + | addOrderedSetItemFailure | addOrderedSetItemSuccess type addOrderedSetItemSuccess { @@ -22546,7 +22546,7 @@ type createHeroUnitFailure { } union createHeroUnitResponseOrError = - createHeroUnitFailure + | createHeroUnitFailure | createHeroUnitSuccess type createHeroUnitSuccess { @@ -22558,7 +22558,7 @@ type createOrderedSetFailure { } union createOrderedSetResponseOrError = - createOrderedSetFailure + | createOrderedSetFailure | createOrderedSetSuccess type createOrderedSetSuccess { @@ -22584,7 +22584,7 @@ type createPartnerOfferMutationPayload { } union createPartnerOfferResponseOrError = - createPartnerOfferFailure + | createPartnerOfferFailure | createPartnerOfferSuccess type createPartnerOfferSuccess { @@ -22609,7 +22609,7 @@ type createUserAdminNoteMutationPayload { } union createUserAdminNoteResponseOrError = - createUserAdminNoteFailure + | createUserAdminNoteFailure | createUserAdminNoteSuccess type createUserAdminNoteSuccess { @@ -22621,7 +22621,7 @@ type createUserInterestForUserFailure { } union createUserInterestForUserResponseOrError = - createUserInterestForUserFailure + | createUserInterestForUserFailure | createUserInterestForUserSuccess type createUserInterestForUserSuccess { @@ -22668,7 +22668,7 @@ type deleteHeroUnitMutationPayload { } union deleteHeroUnitResponseOrError = - deleteHeroUnitFailure + | deleteHeroUnitFailure | deleteHeroUnitSuccess type deleteHeroUnitSuccess { @@ -22697,7 +22697,7 @@ type deleteOrderedSetItemMutationPayload { } union deleteOrderedSetItemResponseOrError = - deleteOrderedSetItemFailure + | deleteOrderedSetItemFailure | deleteOrderedSetItemSuccess type deleteOrderedSetItemSuccess { @@ -22718,7 +22718,7 @@ type deleteOrderedSetMutationPayload { } union deleteOrderedSetResponseOrError = - deleteOrderedSetFailure + | deleteOrderedSetFailure | deleteOrderedSetSuccess type deleteOrderedSetSuccess { @@ -22742,7 +22742,7 @@ type deleteUserAdminNoteMutationPayload { } union deleteUserAdminNoteResponseOrError = - deleteUserAdminNoteFailure + | deleteUserAdminNoteFailure | deleteUserAdminNoteSuccess type deleteUserAdminNoteSuccess { @@ -22754,7 +22754,7 @@ type deleteUserInterestForUserFailure { } union deleteUserInterestForUserResponseOrError = - deleteUserInterestForUserFailure + | deleteUserInterestForUserFailure | deleteUserInterestForUserSuccess type deleteUserInterestForUserSuccess { @@ -22780,7 +22780,7 @@ type deleteUserRoleMutationPayload { } union deleteUserRoleResponseOrError = - deleteUserRoleFailure + | deleteUserRoleFailure | deleteUserRoleSuccess type deleteUserRoleSuccess { @@ -22876,7 +22876,7 @@ type updateCollectionPayload { } union updateCollectorProfileResponseOrError = - UpdateCollectorProfileFailure + | UpdateCollectorProfileFailure | UpdateCollectorProfileSuccess type updateHeroUnitFailure { @@ -22884,7 +22884,7 @@ type updateHeroUnitFailure { } union updateHeroUnitResponseOrError = - updateHeroUnitFailure + | updateHeroUnitFailure | updateHeroUnitSuccess type updateHeroUnitSuccess {