Current section
Files
Jump to
Current section
Files
lib/ex_shopify_schema/graphql/mutation.ex
defmodule ExShopifySchema.Graphql.Mutation do
@moduledoc "The schema's entry point for all mutation operations."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
embeds_one :abandonment_email_state_update, ExShopifySchema.Graphql.AbandonmentEmailStateUpdatePayload, []
embeds_one :abandonment_update_activities_delivery_statuses, ExShopifySchema.Graphql.AbandonmentUpdateActivitiesDeliveryStatusesPayload, []
embeds_one :app_purchase_one_time_create, ExShopifySchema.Graphql.AppPurchaseOneTimeCreatePayload, []
embeds_one :app_revoke_access_scopes, ExShopifySchema.Graphql.AppRevokeAccessScopesPayload, []
embeds_one :app_subscription_cancel, ExShopifySchema.Graphql.AppSubscriptionCancelPayload, []
embeds_one :app_subscription_create, ExShopifySchema.Graphql.AppSubscriptionCreatePayload, []
embeds_one :app_subscription_line_item_update, ExShopifySchema.Graphql.AppSubscriptionLineItemUpdatePayload, []
embeds_one :app_subscription_trial_extend, ExShopifySchema.Graphql.AppSubscriptionTrialExtendPayload, []
embeds_one :app_usage_record_create, ExShopifySchema.Graphql.AppUsageRecordCreatePayload, []
embeds_one :article_create, ExShopifySchema.Graphql.ArticleCreatePayload, []
embeds_one :article_delete, ExShopifySchema.Graphql.ArticleDeletePayload, []
embeds_one :article_update, ExShopifySchema.Graphql.ArticleUpdatePayload, []
embeds_one :blog_create, ExShopifySchema.Graphql.BlogCreatePayload, []
embeds_one :blog_delete, ExShopifySchema.Graphql.BlogDeletePayload, []
embeds_one :blog_update, ExShopifySchema.Graphql.BlogUpdatePayload, []
embeds_one :bulk_operation_cancel, ExShopifySchema.Graphql.BulkOperationCancelPayload, []
embeds_one :bulk_operation_run_mutation, ExShopifySchema.Graphql.BulkOperationRunMutationPayload, []
embeds_one :bulk_operation_run_query, ExShopifySchema.Graphql.BulkOperationRunQueryPayload, []
embeds_one :bulk_product_resource_feedback_create, ExShopifySchema.Graphql.BulkProductResourceFeedbackCreatePayload, []
embeds_one :carrier_service_create, ExShopifySchema.Graphql.CarrierServiceCreatePayload, []
embeds_one :carrier_service_delete, ExShopifySchema.Graphql.CarrierServiceDeletePayload, []
embeds_one :carrier_service_update, ExShopifySchema.Graphql.CarrierServiceUpdatePayload, []
embeds_one :cart_transform_create, ExShopifySchema.Graphql.CartTransformCreatePayload, []
embeds_one :cart_transform_delete, ExShopifySchema.Graphql.CartTransformDeletePayload, []
embeds_one :catalog_context_update, ExShopifySchema.Graphql.CatalogContextUpdatePayload, []
embeds_one :catalog_create, ExShopifySchema.Graphql.CatalogCreatePayload, []
embeds_one :catalog_delete, ExShopifySchema.Graphql.CatalogDeletePayload, []
embeds_one :catalog_update, ExShopifySchema.Graphql.CatalogUpdatePayload, []
embeds_one :checkout_branding_upsert, ExShopifySchema.Graphql.CheckoutBrandingUpsertPayload, []
embeds_one :collection_add_products, ExShopifySchema.Graphql.CollectionAddProductsPayload, []
embeds_one :collection_add_products_v2, ExShopifySchema.Graphql.CollectionAddProductsV2Payload, []
embeds_one :collection_create, ExShopifySchema.Graphql.CollectionCreatePayload, []
embeds_one :collection_delete, ExShopifySchema.Graphql.CollectionDeletePayload, []
embeds_one :collection_publish, ExShopifySchema.Graphql.CollectionPublishPayload, []
embeds_one :collection_remove_products, ExShopifySchema.Graphql.CollectionRemoveProductsPayload, []
embeds_one :collection_reorder_products, ExShopifySchema.Graphql.CollectionReorderProductsPayload, []
embeds_one :collection_unpublish, ExShopifySchema.Graphql.CollectionUnpublishPayload, []
embeds_one :collection_update, ExShopifySchema.Graphql.CollectionUpdatePayload, []
embeds_one :combined_listing_update, ExShopifySchema.Graphql.CombinedListingUpdatePayload, []
embeds_one :comment_approve, ExShopifySchema.Graphql.CommentApprovePayload, []
embeds_one :comment_delete, ExShopifySchema.Graphql.CommentDeletePayload, []
embeds_one :comment_not_spam, ExShopifySchema.Graphql.CommentNotSpamPayload, []
embeds_one :comment_spam, ExShopifySchema.Graphql.CommentSpamPayload, []
embeds_one :companies_delete, ExShopifySchema.Graphql.CompaniesDeletePayload, []
embeds_one :company_address_delete, ExShopifySchema.Graphql.CompanyAddressDeletePayload, []
embeds_one :company_assign_customer_as_contact, ExShopifySchema.Graphql.CompanyAssignCustomerAsContactPayload, []
embeds_one :company_assign_main_contact, ExShopifySchema.Graphql.CompanyAssignMainContactPayload, []
embeds_one :company_contact_assign_role, ExShopifySchema.Graphql.CompanyContactAssignRolePayload, []
embeds_one :company_contact_assign_roles, ExShopifySchema.Graphql.CompanyContactAssignRolesPayload, []
embeds_one :company_contact_create, ExShopifySchema.Graphql.CompanyContactCreatePayload, []
embeds_one :company_contact_delete, ExShopifySchema.Graphql.CompanyContactDeletePayload, []
embeds_one :company_contact_remove_from_company, ExShopifySchema.Graphql.CompanyContactRemoveFromCompanyPayload, []
embeds_one :company_contact_revoke_role, ExShopifySchema.Graphql.CompanyContactRevokeRolePayload, []
embeds_one :company_contact_revoke_roles, ExShopifySchema.Graphql.CompanyContactRevokeRolesPayload, []
embeds_one :company_contact_send_welcome_email, ExShopifySchema.Graphql.CompanyContactSendWelcomeEmailPayload, []
embeds_one :company_contact_update, ExShopifySchema.Graphql.CompanyContactUpdatePayload, []
embeds_one :company_contacts_delete, ExShopifySchema.Graphql.CompanyContactsDeletePayload, []
embeds_one :company_create, ExShopifySchema.Graphql.CompanyCreatePayload, []
embeds_one :company_delete, ExShopifySchema.Graphql.CompanyDeletePayload, []
embeds_one :company_location_assign_address, ExShopifySchema.Graphql.CompanyLocationAssignAddressPayload, []
embeds_one :company_location_assign_roles, ExShopifySchema.Graphql.CompanyLocationAssignRolesPayload, []
embeds_one :company_location_assign_staff_members, ExShopifySchema.Graphql.CompanyLocationAssignStaffMembersPayload, []
embeds_one :company_location_assign_tax_exemptions, ExShopifySchema.Graphql.CompanyLocationAssignTaxExemptionsPayload, []
embeds_one :company_location_create, ExShopifySchema.Graphql.CompanyLocationCreatePayload, []
embeds_one :company_location_create_tax_registration, ExShopifySchema.Graphql.CompanyLocationCreateTaxRegistrationPayload, []
embeds_one :company_location_delete, ExShopifySchema.Graphql.CompanyLocationDeletePayload, []
embeds_one :company_location_remove_staff_members, ExShopifySchema.Graphql.CompanyLocationRemoveStaffMembersPayload, []
embeds_one :company_location_revoke_roles, ExShopifySchema.Graphql.CompanyLocationRevokeRolesPayload, []
embeds_one :company_location_revoke_tax_exemptions, ExShopifySchema.Graphql.CompanyLocationRevokeTaxExemptionsPayload, []
embeds_one :company_location_revoke_tax_registration, ExShopifySchema.Graphql.CompanyLocationRevokeTaxRegistrationPayload, []
embeds_one :company_location_update, ExShopifySchema.Graphql.CompanyLocationUpdatePayload, []
embeds_one :company_locations_delete, ExShopifySchema.Graphql.CompanyLocationsDeletePayload, []
embeds_one :company_revoke_main_contact, ExShopifySchema.Graphql.CompanyRevokeMainContactPayload, []
embeds_one :company_update, ExShopifySchema.Graphql.CompanyUpdatePayload, []
embeds_one :customer_add_tax_exemptions, ExShopifySchema.Graphql.CustomerAddTaxExemptionsPayload, []
embeds_one :customer_cancel_data_erasure, ExShopifySchema.Graphql.CustomerCancelDataErasurePayload, []
embeds_one :customer_create, ExShopifySchema.Graphql.CustomerCreatePayload, []
embeds_one :customer_delete, ExShopifySchema.Graphql.CustomerDeletePayload, []
embeds_one :customer_email_marketing_consent_update, ExShopifySchema.Graphql.CustomerEmailMarketingConsentUpdatePayload, []
embeds_one :customer_generate_account_activation_url, ExShopifySchema.Graphql.CustomerGenerateAccountActivationUrlPayload, []
embeds_one :customer_merge, ExShopifySchema.Graphql.CustomerMergePayload, []
embeds_one :customer_payment_method_create_from_duplication_data, ExShopifySchema.Graphql.CustomerPaymentMethodCreateFromDuplicationDataPayload, []
embeds_one :customer_payment_method_credit_card_create, ExShopifySchema.Graphql.CustomerPaymentMethodCreditCardCreatePayload, []
embeds_one :customer_payment_method_credit_card_update, ExShopifySchema.Graphql.CustomerPaymentMethodCreditCardUpdatePayload, []
embeds_one :customer_payment_method_get_duplication_data, ExShopifySchema.Graphql.CustomerPaymentMethodGetDuplicationDataPayload, []
embeds_one :customer_payment_method_get_update_url, ExShopifySchema.Graphql.CustomerPaymentMethodGetUpdateUrlPayload, []
embeds_one :customer_payment_method_paypal_billing_agreement_create, ExShopifySchema.Graphql.CustomerPaymentMethodPaypalBillingAgreementCreatePayload, []
embeds_one :customer_payment_method_paypal_billing_agreement_update, ExShopifySchema.Graphql.CustomerPaymentMethodPaypalBillingAgreementUpdatePayload, []
embeds_one :customer_payment_method_remote_create, ExShopifySchema.Graphql.CustomerPaymentMethodRemoteCreatePayload, []
embeds_one :customer_payment_method_remote_credit_card_create, ExShopifySchema.Graphql.CustomerPaymentMethodRemoteCreditCardCreatePayload, []
embeds_one :customer_payment_method_revoke, ExShopifySchema.Graphql.CustomerPaymentMethodRevokePayload, []
embeds_one :customer_payment_method_send_update_email, ExShopifySchema.Graphql.CustomerPaymentMethodSendUpdateEmailPayload, []
embeds_one :customer_remove_tax_exemptions, ExShopifySchema.Graphql.CustomerRemoveTaxExemptionsPayload, []
embeds_one :customer_replace_tax_exemptions, ExShopifySchema.Graphql.CustomerReplaceTaxExemptionsPayload, []
embeds_one :customer_request_data_erasure, ExShopifySchema.Graphql.CustomerRequestDataErasurePayload, []
embeds_one :customer_segment_members_query_create, ExShopifySchema.Graphql.CustomerSegmentMembersQueryCreatePayload, []
embeds_one :customer_send_account_invite_email, ExShopifySchema.Graphql.CustomerSendAccountInviteEmailPayload, []
embeds_one :customer_sms_marketing_consent_update, ExShopifySchema.Graphql.CustomerSmsMarketingConsentUpdatePayload, []
embeds_one :customer_update, ExShopifySchema.Graphql.CustomerUpdatePayload, []
embeds_one :customer_update_default_address, ExShopifySchema.Graphql.CustomerUpdateDefaultAddressPayload, []
embeds_one :data_sale_opt_out, ExShopifySchema.Graphql.DataSaleOptOutPayload, []
embeds_one :delegate_access_token_create, ExShopifySchema.Graphql.DelegateAccessTokenCreatePayload, []
embeds_one :delegate_access_token_destroy, ExShopifySchema.Graphql.DelegateAccessTokenDestroyPayload, []
embeds_one :delivery_customization_activation, ExShopifySchema.Graphql.DeliveryCustomizationActivationPayload, []
embeds_one :delivery_customization_create, ExShopifySchema.Graphql.DeliveryCustomizationCreatePayload, []
embeds_one :delivery_customization_delete, ExShopifySchema.Graphql.DeliveryCustomizationDeletePayload, []
embeds_one :delivery_customization_update, ExShopifySchema.Graphql.DeliveryCustomizationUpdatePayload, []
embeds_one :delivery_profile_create, ExShopifySchema.Graphql.DeliveryProfileCreatePayload, []
embeds_one :delivery_profile_remove, ExShopifySchema.Graphql.DeliveryProfileRemovePayload, []
embeds_one :delivery_profile_update, ExShopifySchema.Graphql.DeliveryProfileUpdatePayload, []
embeds_one :delivery_promise_provider_upsert, ExShopifySchema.Graphql.DeliveryPromiseProviderUpsertPayload, []
embeds_one :delivery_setting_update, ExShopifySchema.Graphql.DeliverySettingUpdatePayload, []
embeds_one :delivery_shipping_origin_assign, ExShopifySchema.Graphql.DeliveryShippingOriginAssignPayload, []
embeds_one :discount_automatic_activate, ExShopifySchema.Graphql.DiscountAutomaticActivatePayload, []
embeds_one :discount_automatic_app_create, ExShopifySchema.Graphql.DiscountAutomaticAppCreatePayload, []
embeds_one :discount_automatic_app_update, ExShopifySchema.Graphql.DiscountAutomaticAppUpdatePayload, []
embeds_one :discount_automatic_basic_create, ExShopifySchema.Graphql.DiscountAutomaticBasicCreatePayload, []
embeds_one :discount_automatic_basic_update, ExShopifySchema.Graphql.DiscountAutomaticBasicUpdatePayload, []
embeds_one :discount_automatic_bulk_delete, ExShopifySchema.Graphql.DiscountAutomaticBulkDeletePayload, []
embeds_one :discount_automatic_bxgy_create, ExShopifySchema.Graphql.DiscountAutomaticBxgyCreatePayload, []
embeds_one :discount_automatic_bxgy_update, ExShopifySchema.Graphql.DiscountAutomaticBxgyUpdatePayload, []
embeds_one :discount_automatic_deactivate, ExShopifySchema.Graphql.DiscountAutomaticDeactivatePayload, []
embeds_one :discount_automatic_delete, ExShopifySchema.Graphql.DiscountAutomaticDeletePayload, []
embeds_one :discount_automatic_free_shipping_create, ExShopifySchema.Graphql.DiscountAutomaticFreeShippingCreatePayload, []
embeds_one :discount_automatic_free_shipping_update, ExShopifySchema.Graphql.DiscountAutomaticFreeShippingUpdatePayload, []
embeds_one :discount_code_activate, ExShopifySchema.Graphql.DiscountCodeActivatePayload, []
embeds_one :discount_code_app_create, ExShopifySchema.Graphql.DiscountCodeAppCreatePayload, []
embeds_one :discount_code_app_update, ExShopifySchema.Graphql.DiscountCodeAppUpdatePayload, []
embeds_one :discount_code_basic_create, ExShopifySchema.Graphql.DiscountCodeBasicCreatePayload, []
embeds_one :discount_code_basic_update, ExShopifySchema.Graphql.DiscountCodeBasicUpdatePayload, []
embeds_one :discount_code_bulk_activate, ExShopifySchema.Graphql.DiscountCodeBulkActivatePayload, []
embeds_one :discount_code_bulk_deactivate, ExShopifySchema.Graphql.DiscountCodeBulkDeactivatePayload, []
embeds_one :discount_code_bulk_delete, ExShopifySchema.Graphql.DiscountCodeBulkDeletePayload, []
embeds_one :discount_code_bxgy_create, ExShopifySchema.Graphql.DiscountCodeBxgyCreatePayload, []
embeds_one :discount_code_bxgy_update, ExShopifySchema.Graphql.DiscountCodeBxgyUpdatePayload, []
embeds_one :discount_code_deactivate, ExShopifySchema.Graphql.DiscountCodeDeactivatePayload, []
embeds_one :discount_code_delete, ExShopifySchema.Graphql.DiscountCodeDeletePayload, []
embeds_one :discount_code_free_shipping_create, ExShopifySchema.Graphql.DiscountCodeFreeShippingCreatePayload, []
embeds_one :discount_code_free_shipping_update, ExShopifySchema.Graphql.DiscountCodeFreeShippingUpdatePayload, []
embeds_one :discount_code_redeem_code_bulk_delete, ExShopifySchema.Graphql.DiscountCodeRedeemCodeBulkDeletePayload, []
embeds_one :discount_redeem_code_bulk_add, ExShopifySchema.Graphql.DiscountRedeemCodeBulkAddPayload, []
embeds_one :dispute_evidence_update, ExShopifySchema.Graphql.DisputeEvidenceUpdatePayload, []
embeds_one :draft_order_bulk_add_tags, ExShopifySchema.Graphql.DraftOrderBulkAddTagsPayload, []
embeds_one :draft_order_bulk_delete, ExShopifySchema.Graphql.DraftOrderBulkDeletePayload, []
embeds_one :draft_order_bulk_remove_tags, ExShopifySchema.Graphql.DraftOrderBulkRemoveTagsPayload, []
embeds_one :draft_order_calculate, ExShopifySchema.Graphql.DraftOrderCalculatePayload, []
embeds_one :draft_order_complete, ExShopifySchema.Graphql.DraftOrderCompletePayload, []
embeds_one :draft_order_create, ExShopifySchema.Graphql.DraftOrderCreatePayload, []
embeds_one :draft_order_create_from_order, ExShopifySchema.Graphql.DraftOrderCreateFromOrderPayload, []
embeds_one :draft_order_create_merchant_checkout, ExShopifySchema.Graphql.DraftOrderCreateMerchantCheckoutPayload, []
embeds_one :draft_order_delete, ExShopifySchema.Graphql.DraftOrderDeletePayload, []
embeds_one :draft_order_duplicate, ExShopifySchema.Graphql.DraftOrderDuplicatePayload, []
embeds_one :draft_order_invoice_preview, ExShopifySchema.Graphql.DraftOrderInvoicePreviewPayload, []
embeds_one :draft_order_invoice_send, ExShopifySchema.Graphql.DraftOrderInvoiceSendPayload, []
embeds_one :draft_order_update, ExShopifySchema.Graphql.DraftOrderUpdatePayload, []
embeds_one :event_bridge_server_pixel_update, ExShopifySchema.Graphql.EventBridgeServerPixelUpdatePayload, []
embeds_one :event_bridge_webhook_subscription_create, ExShopifySchema.Graphql.EventBridgeWebhookSubscriptionCreatePayload, []
embeds_one :event_bridge_webhook_subscription_update, ExShopifySchema.Graphql.EventBridgeWebhookSubscriptionUpdatePayload, []
embeds_one :file_acknowledge_update_failed, ExShopifySchema.Graphql.FileAcknowledgeUpdateFailedPayload, []
embeds_one :file_create, ExShopifySchema.Graphql.FileCreatePayload, []
embeds_one :file_delete, ExShopifySchema.Graphql.FileDeletePayload, []
embeds_one :file_update, ExShopifySchema.Graphql.FileUpdatePayload, []
embeds_one :flow_generate_signature, ExShopifySchema.Graphql.FlowGenerateSignaturePayload, []
embeds_one :flow_trigger_receive, ExShopifySchema.Graphql.FlowTriggerReceivePayload, []
embeds_one :fulfillment_cancel, ExShopifySchema.Graphql.FulfillmentCancelPayload, []
embeds_one :fulfillment_constraint_rule_create, ExShopifySchema.Graphql.FulfillmentConstraintRuleCreatePayload, []
embeds_one :fulfillment_constraint_rule_delete, ExShopifySchema.Graphql.FulfillmentConstraintRuleDeletePayload, []
embeds_one :fulfillment_constraint_rule_update, ExShopifySchema.Graphql.FulfillmentConstraintRuleUpdatePayload, []
embeds_one :fulfillment_create, ExShopifySchema.Graphql.FulfillmentCreatePayload, []
embeds_one :fulfillment_create_v2, ExShopifySchema.Graphql.FulfillmentCreateV2Payload, []
embeds_one :fulfillment_event_create, ExShopifySchema.Graphql.FulfillmentEventCreatePayload, []
embeds_one :fulfillment_order_accept_cancellation_request, ExShopifySchema.Graphql.FulfillmentOrderAcceptCancellationRequestPayload, []
embeds_one :fulfillment_order_accept_fulfillment_request, ExShopifySchema.Graphql.FulfillmentOrderAcceptFulfillmentRequestPayload, []
embeds_one :fulfillment_order_cancel, ExShopifySchema.Graphql.FulfillmentOrderCancelPayload, []
embeds_one :fulfillment_order_close, ExShopifySchema.Graphql.FulfillmentOrderClosePayload, []
embeds_one :fulfillment_order_hold, ExShopifySchema.Graphql.FulfillmentOrderHoldPayload, []
embeds_one :fulfillment_order_line_items_prepared_for_pickup, ExShopifySchema.Graphql.FulfillmentOrderLineItemsPreparedForPickupPayload, []
embeds_one :fulfillment_order_merge, ExShopifySchema.Graphql.FulfillmentOrderMergePayload, []
embeds_one :fulfillment_order_move, ExShopifySchema.Graphql.FulfillmentOrderMovePayload, []
embeds_one :fulfillment_order_open, ExShopifySchema.Graphql.FulfillmentOrderOpenPayload, []
embeds_one :fulfillment_order_reject_cancellation_request, ExShopifySchema.Graphql.FulfillmentOrderRejectCancellationRequestPayload, []
embeds_one :fulfillment_order_reject_fulfillment_request, ExShopifySchema.Graphql.FulfillmentOrderRejectFulfillmentRequestPayload, []
embeds_one :fulfillment_order_release_hold, ExShopifySchema.Graphql.FulfillmentOrderReleaseHoldPayload, []
embeds_one :fulfillment_order_reschedule, ExShopifySchema.Graphql.FulfillmentOrderReschedulePayload, []
embeds_one :fulfillment_order_split, ExShopifySchema.Graphql.FulfillmentOrderSplitPayload, []
embeds_one :fulfillment_order_submit_cancellation_request, ExShopifySchema.Graphql.FulfillmentOrderSubmitCancellationRequestPayload, []
embeds_one :fulfillment_order_submit_fulfillment_request, ExShopifySchema.Graphql.FulfillmentOrderSubmitFulfillmentRequestPayload, []
embeds_one :fulfillment_orders_set_fulfillment_deadline, ExShopifySchema.Graphql.FulfillmentOrdersSetFulfillmentDeadlinePayload, []
embeds_one :fulfillment_service_create, ExShopifySchema.Graphql.FulfillmentServiceCreatePayload, []
embeds_one :fulfillment_service_delete, ExShopifySchema.Graphql.FulfillmentServiceDeletePayload, []
embeds_one :fulfillment_service_update, ExShopifySchema.Graphql.FulfillmentServiceUpdatePayload, []
embeds_one :fulfillment_tracking_info_update, ExShopifySchema.Graphql.FulfillmentTrackingInfoUpdatePayload, []
embeds_one :fulfillment_tracking_info_update_v2, ExShopifySchema.Graphql.FulfillmentTrackingInfoUpdateV2Payload, []
embeds_one :gift_card_create, ExShopifySchema.Graphql.GiftCardCreatePayload, []
embeds_one :gift_card_credit, ExShopifySchema.Graphql.GiftCardCreditPayload, []
embeds_one :gift_card_deactivate, ExShopifySchema.Graphql.GiftCardDeactivatePayload, []
embeds_one :gift_card_debit, ExShopifySchema.Graphql.GiftCardDebitPayload, []
embeds_one :gift_card_send_notification_to_customer, ExShopifySchema.Graphql.GiftCardSendNotificationToCustomerPayload, []
embeds_one :gift_card_send_notification_to_recipient, ExShopifySchema.Graphql.GiftCardSendNotificationToRecipientPayload, []
embeds_one :gift_card_update, ExShopifySchema.Graphql.GiftCardUpdatePayload, []
embeds_one :inventory_activate, ExShopifySchema.Graphql.InventoryActivatePayload, []
embeds_one :inventory_adjust_quantities, ExShopifySchema.Graphql.InventoryAdjustQuantitiesPayload, []
embeds_one :inventory_bulk_toggle_activation, ExShopifySchema.Graphql.InventoryBulkToggleActivationPayload, []
embeds_one :inventory_deactivate, ExShopifySchema.Graphql.InventoryDeactivatePayload, []
embeds_one :inventory_item_update, ExShopifySchema.Graphql.InventoryItemUpdatePayload, []
embeds_one :inventory_move_quantities, ExShopifySchema.Graphql.InventoryMoveQuantitiesPayload, []
embeds_one :inventory_set_on_hand_quantities, ExShopifySchema.Graphql.InventorySetOnHandQuantitiesPayload, []
embeds_one :inventory_set_quantities, ExShopifySchema.Graphql.InventorySetQuantitiesPayload, []
embeds_one :inventory_set_scheduled_changes, ExShopifySchema.Graphql.InventorySetScheduledChangesPayload, []
embeds_one :location_activate, ExShopifySchema.Graphql.LocationActivatePayload, []
embeds_one :location_add, ExShopifySchema.Graphql.LocationAddPayload, []
embeds_one :location_deactivate, ExShopifySchema.Graphql.LocationDeactivatePayload, []
embeds_one :location_delete, ExShopifySchema.Graphql.LocationDeletePayload, []
embeds_one :location_edit, ExShopifySchema.Graphql.LocationEditPayload, []
embeds_one :location_local_pickup_disable, ExShopifySchema.Graphql.LocationLocalPickupDisablePayload, []
embeds_one :location_local_pickup_enable, ExShopifySchema.Graphql.LocationLocalPickupEnablePayload, []
embeds_one :market_create, ExShopifySchema.Graphql.MarketCreatePayload, []
embeds_one :market_currency_settings_update, ExShopifySchema.Graphql.MarketCurrencySettingsUpdatePayload, []
embeds_one :market_delete, ExShopifySchema.Graphql.MarketDeletePayload, []
embeds_one :market_localizations_register, ExShopifySchema.Graphql.MarketLocalizationsRegisterPayload, []
embeds_one :market_localizations_remove, ExShopifySchema.Graphql.MarketLocalizationsRemovePayload, []
embeds_one :market_region_delete, ExShopifySchema.Graphql.MarketRegionDeletePayload, []
embeds_one :market_regions_create, ExShopifySchema.Graphql.MarketRegionsCreatePayload, []
embeds_one :market_regions_delete, ExShopifySchema.Graphql.MarketRegionsDeletePayload, []
embeds_one :market_update, ExShopifySchema.Graphql.MarketUpdatePayload, []
embeds_one :market_web_presence_create, ExShopifySchema.Graphql.MarketWebPresenceCreatePayload, []
embeds_one :market_web_presence_delete, ExShopifySchema.Graphql.MarketWebPresenceDeletePayload, []
embeds_one :market_web_presence_update, ExShopifySchema.Graphql.MarketWebPresenceUpdatePayload, []
embeds_one :marketing_activities_delete_all_external, ExShopifySchema.Graphql.MarketingActivitiesDeleteAllExternalPayload, []
embeds_one :marketing_activity_create, ExShopifySchema.Graphql.MarketingActivityCreatePayload, []
embeds_one :marketing_activity_create_external, ExShopifySchema.Graphql.MarketingActivityCreateExternalPayload, []
embeds_one :marketing_activity_delete_external, ExShopifySchema.Graphql.MarketingActivityDeleteExternalPayload, []
embeds_one :marketing_activity_update, ExShopifySchema.Graphql.MarketingActivityUpdatePayload, []
embeds_one :marketing_activity_update_external, ExShopifySchema.Graphql.MarketingActivityUpdateExternalPayload, []
embeds_one :marketing_activity_upsert_external, ExShopifySchema.Graphql.MarketingActivityUpsertExternalPayload, []
embeds_one :marketing_engagement_create, ExShopifySchema.Graphql.MarketingEngagementCreatePayload, []
embeds_one :marketing_engagements_delete, ExShopifySchema.Graphql.MarketingEngagementsDeletePayload, []
embeds_one :menu_create, ExShopifySchema.Graphql.MenuCreatePayload, []
embeds_one :menu_delete, ExShopifySchema.Graphql.MenuDeletePayload, []
embeds_one :menu_update, ExShopifySchema.Graphql.MenuUpdatePayload, []
embeds_one :metafield_definition_create, ExShopifySchema.Graphql.MetafieldDefinitionCreatePayload, []
embeds_one :metafield_definition_delete, ExShopifySchema.Graphql.MetafieldDefinitionDeletePayload, []
embeds_one :metafield_definition_pin, ExShopifySchema.Graphql.MetafieldDefinitionPinPayload, []
embeds_one :metafield_definition_unpin, ExShopifySchema.Graphql.MetafieldDefinitionUnpinPayload, []
embeds_one :metafield_definition_update, ExShopifySchema.Graphql.MetafieldDefinitionUpdatePayload, []
embeds_one :metafield_delete, ExShopifySchema.Graphql.MetafieldDeletePayload, []
embeds_one :metafield_storefront_visibility_create, ExShopifySchema.Graphql.MetafieldStorefrontVisibilityCreatePayload, []
embeds_one :metafield_storefront_visibility_delete, ExShopifySchema.Graphql.MetafieldStorefrontVisibilityDeletePayload, []
embeds_one :metafields_delete, ExShopifySchema.Graphql.MetafieldsDeletePayload, []
embeds_one :metafields_set, ExShopifySchema.Graphql.MetafieldsSetPayload, []
embeds_one :metaobject_bulk_delete, ExShopifySchema.Graphql.MetaobjectBulkDeletePayload, []
embeds_one :metaobject_create, ExShopifySchema.Graphql.MetaobjectCreatePayload, []
embeds_one :metaobject_definition_create, ExShopifySchema.Graphql.MetaobjectDefinitionCreatePayload, []
embeds_one :metaobject_definition_delete, ExShopifySchema.Graphql.MetaobjectDefinitionDeletePayload, []
embeds_one :metaobject_definition_update, ExShopifySchema.Graphql.MetaobjectDefinitionUpdatePayload, []
embeds_one :metaobject_delete, ExShopifySchema.Graphql.MetaobjectDeletePayload, []
embeds_one :metaobject_update, ExShopifySchema.Graphql.MetaobjectUpdatePayload, []
embeds_one :metaobject_upsert, ExShopifySchema.Graphql.MetaobjectUpsertPayload, []
embeds_one :mobile_platform_application_create, ExShopifySchema.Graphql.MobilePlatformApplicationCreatePayload, []
embeds_one :mobile_platform_application_delete, ExShopifySchema.Graphql.MobilePlatformApplicationDeletePayload, []
embeds_one :mobile_platform_application_update, ExShopifySchema.Graphql.MobilePlatformApplicationUpdatePayload, []
embeds_one :order_cancel, ExShopifySchema.Graphql.OrderCancelPayload, []
embeds_one :order_capture, ExShopifySchema.Graphql.OrderCapturePayload, []
embeds_one :order_close, ExShopifySchema.Graphql.OrderClosePayload, []
embeds_one :order_create, ExShopifySchema.Graphql.OrderCreatePayload, []
embeds_one :order_create_mandate_payment, ExShopifySchema.Graphql.OrderCreateMandatePaymentPayload, []
embeds_one :order_delete, ExShopifySchema.Graphql.OrderDeletePayload, []
embeds_one :order_edit_add_custom_item, ExShopifySchema.Graphql.OrderEditAddCustomItemPayload, []
embeds_one :order_edit_add_line_item_discount, ExShopifySchema.Graphql.OrderEditAddLineItemDiscountPayload, []
embeds_one :order_edit_add_shipping_line, ExShopifySchema.Graphql.OrderEditAddShippingLinePayload, []
embeds_one :order_edit_add_variant, ExShopifySchema.Graphql.OrderEditAddVariantPayload, []
embeds_one :order_edit_begin, ExShopifySchema.Graphql.OrderEditBeginPayload, []
embeds_one :order_edit_commit, ExShopifySchema.Graphql.OrderEditCommitPayload, []
embeds_one :order_edit_remove_discount, ExShopifySchema.Graphql.OrderEditRemoveDiscountPayload, []
embeds_one :order_edit_remove_line_item_discount, ExShopifySchema.Graphql.OrderEditRemoveLineItemDiscountPayload, []
embeds_one :order_edit_remove_shipping_line, ExShopifySchema.Graphql.OrderEditRemoveShippingLinePayload, []
embeds_one :order_edit_set_quantity, ExShopifySchema.Graphql.OrderEditSetQuantityPayload, []
embeds_one :order_edit_update_discount, ExShopifySchema.Graphql.OrderEditUpdateDiscountPayload, []
embeds_one :order_edit_update_shipping_line, ExShopifySchema.Graphql.OrderEditUpdateShippingLinePayload, []
embeds_one :order_invoice_send, ExShopifySchema.Graphql.OrderInvoiceSendPayload, []
embeds_one :order_mark_as_paid, ExShopifySchema.Graphql.OrderMarkAsPaidPayload, []
embeds_one :order_open, ExShopifySchema.Graphql.OrderOpenPayload, []
embeds_one :order_risk_assessment_create, ExShopifySchema.Graphql.OrderRiskAssessmentCreatePayload, []
embeds_one :order_update, ExShopifySchema.Graphql.OrderUpdatePayload, []
embeds_one :page_create, ExShopifySchema.Graphql.PageCreatePayload, []
embeds_one :page_delete, ExShopifySchema.Graphql.PageDeletePayload, []
embeds_one :page_update, ExShopifySchema.Graphql.PageUpdatePayload, []
embeds_one :payment_customization_activation, ExShopifySchema.Graphql.PaymentCustomizationActivationPayload, []
embeds_one :payment_customization_create, ExShopifySchema.Graphql.PaymentCustomizationCreatePayload, []
embeds_one :payment_customization_delete, ExShopifySchema.Graphql.PaymentCustomizationDeletePayload, []
embeds_one :payment_customization_update, ExShopifySchema.Graphql.PaymentCustomizationUpdatePayload, []
embeds_one :payment_reminder_send, ExShopifySchema.Graphql.PaymentReminderSendPayload, []
embeds_one :payment_terms_create, ExShopifySchema.Graphql.PaymentTermsCreatePayload, []
embeds_one :payment_terms_delete, ExShopifySchema.Graphql.PaymentTermsDeletePayload, []
embeds_one :payment_terms_update, ExShopifySchema.Graphql.PaymentTermsUpdatePayload, []
embeds_one :price_list_create, ExShopifySchema.Graphql.PriceListCreatePayload, []
embeds_one :price_list_delete, ExShopifySchema.Graphql.PriceListDeletePayload, []
embeds_one :price_list_fixed_prices_add, ExShopifySchema.Graphql.PriceListFixedPricesAddPayload, []
embeds_one :price_list_fixed_prices_by_product_update, ExShopifySchema.Graphql.PriceListFixedPricesByProductUpdatePayload, []
embeds_one :price_list_fixed_prices_delete, ExShopifySchema.Graphql.PriceListFixedPricesDeletePayload, []
embeds_one :price_list_fixed_prices_update, ExShopifySchema.Graphql.PriceListFixedPricesUpdatePayload, []
embeds_one :price_list_update, ExShopifySchema.Graphql.PriceListUpdatePayload, []
embeds_one :private_metafield_delete, ExShopifySchema.Graphql.PrivateMetafieldDeletePayload, []
embeds_one :private_metafield_upsert, ExShopifySchema.Graphql.PrivateMetafieldUpsertPayload, []
embeds_one :product_bundle_create, ExShopifySchema.Graphql.ProductBundleCreatePayload, []
embeds_one :product_bundle_update, ExShopifySchema.Graphql.ProductBundleUpdatePayload, []
embeds_one :product_change_status, ExShopifySchema.Graphql.ProductChangeStatusPayload, []
embeds_one :product_create, ExShopifySchema.Graphql.ProductCreatePayload, []
embeds_one :product_create_media, ExShopifySchema.Graphql.ProductCreateMediaPayload, []
embeds_one :product_delete, ExShopifySchema.Graphql.ProductDeletePayload, []
embeds_one :product_delete_media, ExShopifySchema.Graphql.ProductDeleteMediaPayload, []
embeds_one :product_duplicate, ExShopifySchema.Graphql.ProductDuplicatePayload, []
embeds_one :product_feed_create, ExShopifySchema.Graphql.ProductFeedCreatePayload, []
embeds_one :product_feed_delete, ExShopifySchema.Graphql.ProductFeedDeletePayload, []
embeds_one :product_full_sync, ExShopifySchema.Graphql.ProductFullSyncPayload, []
embeds_one :product_join_selling_plan_groups, ExShopifySchema.Graphql.ProductJoinSellingPlanGroupsPayload, []
embeds_one :product_leave_selling_plan_groups, ExShopifySchema.Graphql.ProductLeaveSellingPlanGroupsPayload, []
embeds_one :product_option_update, ExShopifySchema.Graphql.ProductOptionUpdatePayload, []
embeds_one :product_options_create, ExShopifySchema.Graphql.ProductOptionsCreatePayload, []
embeds_one :product_options_delete, ExShopifySchema.Graphql.ProductOptionsDeletePayload, []
embeds_one :product_options_reorder, ExShopifySchema.Graphql.ProductOptionsReorderPayload, []
embeds_one :product_publish, ExShopifySchema.Graphql.ProductPublishPayload, []
embeds_one :product_reorder_media, ExShopifySchema.Graphql.ProductReorderMediaPayload, []
embeds_one :product_set, ExShopifySchema.Graphql.ProductSetPayload, []
embeds_one :product_unpublish, ExShopifySchema.Graphql.ProductUnpublishPayload, []
embeds_one :product_update, ExShopifySchema.Graphql.ProductUpdatePayload, []
embeds_one :product_update_media, ExShopifySchema.Graphql.ProductUpdateMediaPayload, []
embeds_one :product_variant_append_media, ExShopifySchema.Graphql.ProductVariantAppendMediaPayload, []
embeds_one :product_variant_detach_media, ExShopifySchema.Graphql.ProductVariantDetachMediaPayload, []
embeds_one :product_variant_join_selling_plan_groups, ExShopifySchema.Graphql.ProductVariantJoinSellingPlanGroupsPayload, []
embeds_one :product_variant_leave_selling_plan_groups, ExShopifySchema.Graphql.ProductVariantLeaveSellingPlanGroupsPayload, []
embeds_one :product_variant_relationship_bulk_update, ExShopifySchema.Graphql.ProductVariantRelationshipBulkUpdatePayload, []
embeds_one :product_variants_bulk_create, ExShopifySchema.Graphql.ProductVariantsBulkCreatePayload, []
embeds_one :product_variants_bulk_delete, ExShopifySchema.Graphql.ProductVariantsBulkDeletePayload, []
embeds_one :product_variants_bulk_reorder, ExShopifySchema.Graphql.ProductVariantsBulkReorderPayload, []
embeds_one :product_variants_bulk_update, ExShopifySchema.Graphql.ProductVariantsBulkUpdatePayload, []
embeds_one :pub_sub_server_pixel_update, ExShopifySchema.Graphql.PubSubServerPixelUpdatePayload, []
embeds_one :pub_sub_webhook_subscription_create, ExShopifySchema.Graphql.PubSubWebhookSubscriptionCreatePayload, []
embeds_one :pub_sub_webhook_subscription_update, ExShopifySchema.Graphql.PubSubWebhookSubscriptionUpdatePayload, []
embeds_one :publication_create, ExShopifySchema.Graphql.PublicationCreatePayload, []
embeds_one :publication_delete, ExShopifySchema.Graphql.PublicationDeletePayload, []
embeds_one :publication_update, ExShopifySchema.Graphql.PublicationUpdatePayload, []
embeds_one :publishable_publish, ExShopifySchema.Graphql.PublishablePublishPayload, []
embeds_one :publishable_publish_to_current_channel, ExShopifySchema.Graphql.PublishablePublishToCurrentChannelPayload, []
embeds_one :publishable_unpublish, ExShopifySchema.Graphql.PublishableUnpublishPayload, []
embeds_one :publishable_unpublish_to_current_channel, ExShopifySchema.Graphql.PublishableUnpublishToCurrentChannelPayload, []
embeds_one :quantity_pricing_by_variant_update, ExShopifySchema.Graphql.QuantityPricingByVariantUpdatePayload, []
embeds_one :quantity_rules_add, ExShopifySchema.Graphql.QuantityRulesAddPayload, []
embeds_one :quantity_rules_delete, ExShopifySchema.Graphql.QuantityRulesDeletePayload, []
embeds_one :refund_create, ExShopifySchema.Graphql.RefundCreatePayload, []
embeds_one :return_approve_request, ExShopifySchema.Graphql.ReturnApproveRequestPayload, []
embeds_one :return_cancel, ExShopifySchema.Graphql.ReturnCancelPayload, []
embeds_one :return_close, ExShopifySchema.Graphql.ReturnClosePayload, []
embeds_one :return_create, ExShopifySchema.Graphql.ReturnCreatePayload, []
embeds_one :return_decline_request, ExShopifySchema.Graphql.ReturnDeclineRequestPayload, []
embeds_one :return_line_item_remove_from_return, ExShopifySchema.Graphql.ReturnLineItemRemoveFromReturnPayload, []
embeds_one :return_refund, ExShopifySchema.Graphql.ReturnRefundPayload, []
embeds_one :return_reopen, ExShopifySchema.Graphql.ReturnReopenPayload, []
embeds_one :return_request, ExShopifySchema.Graphql.ReturnRequestPayload, []
embeds_one :reverse_delivery_create_with_shipping, ExShopifySchema.Graphql.ReverseDeliveryCreateWithShippingPayload, []
embeds_one :reverse_delivery_shipping_update, ExShopifySchema.Graphql.ReverseDeliveryShippingUpdatePayload, []
embeds_one :reverse_fulfillment_order_dispose, ExShopifySchema.Graphql.ReverseFulfillmentOrderDisposePayload, []
embeds_one :saved_search_create, ExShopifySchema.Graphql.SavedSearchCreatePayload, []
embeds_one :saved_search_delete, ExShopifySchema.Graphql.SavedSearchDeletePayload, []
embeds_one :saved_search_update, ExShopifySchema.Graphql.SavedSearchUpdatePayload, []
embeds_one :script_tag_create, ExShopifySchema.Graphql.ScriptTagCreatePayload, []
embeds_one :script_tag_delete, ExShopifySchema.Graphql.ScriptTagDeletePayload, []
embeds_one :script_tag_update, ExShopifySchema.Graphql.ScriptTagUpdatePayload, []
embeds_one :segment_create, ExShopifySchema.Graphql.SegmentCreatePayload, []
embeds_one :segment_delete, ExShopifySchema.Graphql.SegmentDeletePayload, []
embeds_one :segment_update, ExShopifySchema.Graphql.SegmentUpdatePayload, []
embeds_one :selling_plan_group_add_product_variants, ExShopifySchema.Graphql.SellingPlanGroupAddProductVariantsPayload, []
embeds_one :selling_plan_group_add_products, ExShopifySchema.Graphql.SellingPlanGroupAddProductsPayload, []
embeds_one :selling_plan_group_create, ExShopifySchema.Graphql.SellingPlanGroupCreatePayload, []
embeds_one :selling_plan_group_delete, ExShopifySchema.Graphql.SellingPlanGroupDeletePayload, []
embeds_one :selling_plan_group_remove_product_variants, ExShopifySchema.Graphql.SellingPlanGroupRemoveProductVariantsPayload, []
embeds_one :selling_plan_group_remove_products, ExShopifySchema.Graphql.SellingPlanGroupRemoveProductsPayload, []
embeds_one :selling_plan_group_update, ExShopifySchema.Graphql.SellingPlanGroupUpdatePayload, []
embeds_one :server_pixel_create, ExShopifySchema.Graphql.ServerPixelCreatePayload, []
embeds_one :server_pixel_delete, ExShopifySchema.Graphql.ServerPixelDeletePayload, []
embeds_one :shipping_package_delete, ExShopifySchema.Graphql.ShippingPackageDeletePayload, []
embeds_one :shipping_package_make_default, ExShopifySchema.Graphql.ShippingPackageMakeDefaultPayload, []
embeds_one :shipping_package_update, ExShopifySchema.Graphql.ShippingPackageUpdatePayload, []
embeds_one :shop_locale_disable, ExShopifySchema.Graphql.ShopLocaleDisablePayload, []
embeds_one :shop_locale_enable, ExShopifySchema.Graphql.ShopLocaleEnablePayload, []
embeds_one :shop_locale_update, ExShopifySchema.Graphql.ShopLocaleUpdatePayload, []
embeds_one :shop_policy_update, ExShopifySchema.Graphql.ShopPolicyUpdatePayload, []
embeds_one :shop_resource_feedback_create, ExShopifySchema.Graphql.ShopResourceFeedbackCreatePayload, []
embeds_one :shopify_payments_payout_alternate_currency_create, ExShopifySchema.Graphql.ShopifyPaymentsPayoutAlternateCurrencyCreatePayload, []
embeds_one :staged_upload_target_generate, ExShopifySchema.Graphql.StagedUploadTargetGeneratePayload, []
embeds_one :staged_upload_targets_generate, ExShopifySchema.Graphql.StagedUploadTargetsGeneratePayload, []
embeds_one :staged_uploads_create, ExShopifySchema.Graphql.StagedUploadsCreatePayload, []
embeds_one :standard_metafield_definition_enable, ExShopifySchema.Graphql.StandardMetafieldDefinitionEnablePayload, []
embeds_one :standard_metaobject_definition_enable, ExShopifySchema.Graphql.StandardMetaobjectDefinitionEnablePayload, []
embeds_one :store_credit_account_credit, ExShopifySchema.Graphql.StoreCreditAccountCreditPayload, []
embeds_one :store_credit_account_debit, ExShopifySchema.Graphql.StoreCreditAccountDebitPayload, []
embeds_one :storefront_access_token_create, ExShopifySchema.Graphql.StorefrontAccessTokenCreatePayload, []
embeds_one :storefront_access_token_delete, ExShopifySchema.Graphql.StorefrontAccessTokenDeletePayload, []
embeds_one :subscription_billing_attempt_create, ExShopifySchema.Graphql.SubscriptionBillingAttemptCreatePayload, []
embeds_one :subscription_billing_cycle_bulk_charge, ExShopifySchema.Graphql.SubscriptionBillingCycleBulkChargePayload, []
embeds_one :subscription_billing_cycle_bulk_search, ExShopifySchema.Graphql.SubscriptionBillingCycleBulkSearchPayload, []
embeds_one :subscription_billing_cycle_charge, ExShopifySchema.Graphql.SubscriptionBillingCycleChargePayload, []
embeds_one :subscription_billing_cycle_contract_draft_commit, ExShopifySchema.Graphql.SubscriptionBillingCycleContractDraftCommitPayload, []
embeds_one :subscription_billing_cycle_contract_draft_concatenate, ExShopifySchema.Graphql.SubscriptionBillingCycleContractDraftConcatenatePayload, []
embeds_one :subscription_billing_cycle_contract_edit, ExShopifySchema.Graphql.SubscriptionBillingCycleContractEditPayload, []
embeds_one :subscription_billing_cycle_edit_delete, ExShopifySchema.Graphql.SubscriptionBillingCycleEditDeletePayload, []
embeds_one :subscription_billing_cycle_edits_delete, ExShopifySchema.Graphql.SubscriptionBillingCycleEditsDeletePayload, []
embeds_one :subscription_billing_cycle_schedule_edit, ExShopifySchema.Graphql.SubscriptionBillingCycleScheduleEditPayload, []
embeds_one :subscription_billing_cycle_skip, ExShopifySchema.Graphql.SubscriptionBillingCycleSkipPayload, []
embeds_one :subscription_billing_cycle_unskip, ExShopifySchema.Graphql.SubscriptionBillingCycleUnskipPayload, []
embeds_one :subscription_contract_activate, ExShopifySchema.Graphql.SubscriptionContractActivatePayload, []
embeds_one :subscription_contract_atomic_create, ExShopifySchema.Graphql.SubscriptionContractAtomicCreatePayload, []
embeds_one :subscription_contract_cancel, ExShopifySchema.Graphql.SubscriptionContractCancelPayload, []
embeds_one :subscription_contract_create, ExShopifySchema.Graphql.SubscriptionContractCreatePayload, []
embeds_one :subscription_contract_expire, ExShopifySchema.Graphql.SubscriptionContractExpirePayload, []
embeds_one :subscription_contract_fail, ExShopifySchema.Graphql.SubscriptionContractFailPayload, []
embeds_one :subscription_contract_pause, ExShopifySchema.Graphql.SubscriptionContractPausePayload, []
embeds_one :subscription_contract_product_change, ExShopifySchema.Graphql.SubscriptionContractProductChangePayload, []
embeds_one :subscription_contract_set_next_billing_date, ExShopifySchema.Graphql.SubscriptionContractSetNextBillingDatePayload, []
embeds_one :subscription_contract_update, ExShopifySchema.Graphql.SubscriptionContractUpdatePayload, []
embeds_one :subscription_draft_commit, ExShopifySchema.Graphql.SubscriptionDraftCommitPayload, []
embeds_one :subscription_draft_discount_add, ExShopifySchema.Graphql.SubscriptionDraftDiscountAddPayload, []
embeds_one :subscription_draft_discount_code_apply, ExShopifySchema.Graphql.SubscriptionDraftDiscountCodeApplyPayload, []
embeds_one :subscription_draft_discount_remove, ExShopifySchema.Graphql.SubscriptionDraftDiscountRemovePayload, []
embeds_one :subscription_draft_discount_update, ExShopifySchema.Graphql.SubscriptionDraftDiscountUpdatePayload, []
embeds_one :subscription_draft_free_shipping_discount_add, ExShopifySchema.Graphql.SubscriptionDraftFreeShippingDiscountAddPayload, []
embeds_one :subscription_draft_free_shipping_discount_update, ExShopifySchema.Graphql.SubscriptionDraftFreeShippingDiscountUpdatePayload, []
embeds_one :subscription_draft_line_add, ExShopifySchema.Graphql.SubscriptionDraftLineAddPayload, []
embeds_one :subscription_draft_line_remove, ExShopifySchema.Graphql.SubscriptionDraftLineRemovePayload, []
embeds_one :subscription_draft_line_update, ExShopifySchema.Graphql.SubscriptionDraftLineUpdatePayload, []
embeds_one :subscription_draft_update, ExShopifySchema.Graphql.SubscriptionDraftUpdatePayload, []
embeds_one :tags_add, ExShopifySchema.Graphql.TagsAddPayload, []
embeds_one :tags_remove, ExShopifySchema.Graphql.TagsRemovePayload, []
embeds_one :tax_app_configure, ExShopifySchema.Graphql.TaxAppConfigurePayload, []
embeds_one :theme_create, ExShopifySchema.Graphql.ThemeCreatePayload, []
embeds_one :theme_delete, ExShopifySchema.Graphql.ThemeDeletePayload, []
embeds_one :theme_files_copy, ExShopifySchema.Graphql.ThemeFilesCopyPayload, []
embeds_one :theme_files_delete, ExShopifySchema.Graphql.ThemeFilesDeletePayload, []
embeds_one :theme_files_upsert, ExShopifySchema.Graphql.ThemeFilesUpsertPayload, []
embeds_one :theme_publish, ExShopifySchema.Graphql.ThemePublishPayload, []
embeds_one :theme_update, ExShopifySchema.Graphql.ThemeUpdatePayload, []
embeds_one :transaction_void, ExShopifySchema.Graphql.TransactionVoidPayload, []
embeds_one :translations_register, ExShopifySchema.Graphql.TranslationsRegisterPayload, []
embeds_one :translations_remove, ExShopifySchema.Graphql.TranslationsRemovePayload, []
embeds_one :url_redirect_bulk_delete_all, ExShopifySchema.Graphql.UrlRedirectBulkDeleteAllPayload, []
embeds_one :url_redirect_bulk_delete_by_ids, ExShopifySchema.Graphql.UrlRedirectBulkDeleteByIdsPayload, []
embeds_one :url_redirect_bulk_delete_by_saved_search, ExShopifySchema.Graphql.UrlRedirectBulkDeleteBySavedSearchPayload, []
embeds_one :url_redirect_bulk_delete_by_search, ExShopifySchema.Graphql.UrlRedirectBulkDeleteBySearchPayload, []
embeds_one :url_redirect_create, ExShopifySchema.Graphql.UrlRedirectCreatePayload, []
embeds_one :url_redirect_delete, ExShopifySchema.Graphql.UrlRedirectDeletePayload, []
embeds_one :url_redirect_import_create, ExShopifySchema.Graphql.UrlRedirectImportCreatePayload, []
embeds_one :url_redirect_import_submit, ExShopifySchema.Graphql.UrlRedirectImportSubmitPayload, []
embeds_one :url_redirect_update, ExShopifySchema.Graphql.UrlRedirectUpdatePayload, []
embeds_one :validation_create, ExShopifySchema.Graphql.ValidationCreatePayload, []
embeds_one :validation_delete, ExShopifySchema.Graphql.ValidationDeletePayload, []
embeds_one :validation_update, ExShopifySchema.Graphql.ValidationUpdatePayload, []
embeds_one :web_pixel_create, ExShopifySchema.Graphql.WebPixelCreatePayload, []
embeds_one :web_pixel_delete, ExShopifySchema.Graphql.WebPixelDeletePayload, []
embeds_one :web_pixel_update, ExShopifySchema.Graphql.WebPixelUpdatePayload, []
embeds_one :webhook_subscription_create, ExShopifySchema.Graphql.WebhookSubscriptionCreatePayload, []
embeds_one :webhook_subscription_delete, ExShopifySchema.Graphql.WebhookSubscriptionDeletePayload, []
embeds_one :webhook_subscription_update, ExShopifySchema.Graphql.WebhookSubscriptionUpdatePayload, []
end
end