Current section

Files

Jump to
ex_shopify_schema lib ex_shopify_schema graphql edges.ex
Raw

lib/ex_shopify_schema/graphql/edges.ex

defmodule ExShopifySchema.Graphql.AbandonedCheckoutEdge do
@moduledoc "An auto-generated type which holds one AbandonedCheckout and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.AbandonedCheckout, []
end
end
defmodule ExShopifySchema.Graphql.AbandonedCheckoutLineItemEdge do
@moduledoc "An auto-generated type which holds one AbandonedCheckoutLineItem and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.AbandonedCheckoutLineItem, []
end
end
defmodule ExShopifySchema.Graphql.AppCreditEdge do
@moduledoc "An auto-generated type which holds one AppCredit and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.AppCredit, []
end
end
defmodule ExShopifySchema.Graphql.AppDiscountTypeEdge do
@moduledoc "An auto-generated type which holds one AppDiscountType and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.AppDiscountType, []
end
end
defmodule ExShopifySchema.Graphql.AppEdge do
@moduledoc "An auto-generated type which holds one App and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.App, []
end
end
defmodule ExShopifySchema.Graphql.AppInstallationEdge do
@moduledoc "An auto-generated type which holds one AppInstallation and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.AppInstallation, []
end
end
defmodule ExShopifySchema.Graphql.AppPurchaseOneTimeEdge do
@moduledoc "An auto-generated type which holds one AppPurchaseOneTime and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.AppPurchaseOneTime, []
end
end
defmodule ExShopifySchema.Graphql.AppRevenueAttributionRecordEdge do
@moduledoc "An auto-generated type which holds one AppRevenueAttributionRecord and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.AppRevenueAttributionRecord, []
end
end
defmodule ExShopifySchema.Graphql.AppSubscriptionEdge do
@moduledoc "An auto-generated type which holds one AppSubscription and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.AppSubscription, []
end
end
defmodule ExShopifySchema.Graphql.AppUsageRecordEdge do
@moduledoc "An auto-generated type which holds one AppUsageRecord and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.AppUsageRecord, []
end
end
defmodule ExShopifySchema.Graphql.ArticleAuthorEdge do
@moduledoc "An auto-generated type which holds one ArticleAuthor and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ArticleAuthor, []
end
end
defmodule ExShopifySchema.Graphql.ArticleEdge do
@moduledoc "An auto-generated type which holds one Article and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Article, []
end
end
defmodule ExShopifySchema.Graphql.BlogEdge do
@moduledoc "An auto-generated type which holds one Blog and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Blog, []
end
end
defmodule ExShopifySchema.Graphql.CalculatedDiscountApplicationEdge do
@moduledoc "An auto-generated type which holds one CalculatedDiscountApplication and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Interface, [interface_type: ExShopifySchema.Graphql.CalculatedDiscountApplication, implements: [ExShopifySchema.Graphql.CalculatedAutomaticDiscountApplication, ExShopifySchema.Graphql.CalculatedDiscountCodeApplication, ExShopifySchema.Graphql.CalculatedManualDiscountApplication, ExShopifySchema.Graphql.CalculatedScriptDiscountApplication]]
end
end
defmodule ExShopifySchema.Graphql.CalculatedLineItemEdge do
@moduledoc "An auto-generated type which holds one CalculatedLineItem and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.CalculatedLineItem, []
end
end
defmodule ExShopifySchema.Graphql.CartTransformEdge do
@moduledoc "An auto-generated type which holds one CartTransform and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.CartTransform, []
end
end
defmodule ExShopifySchema.Graphql.CashTrackingAdjustmentEdge do
@moduledoc "An auto-generated type which holds one CashTrackingAdjustment and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.CashTrackingAdjustment, []
end
end
defmodule ExShopifySchema.Graphql.CashTrackingSessionEdge do
@moduledoc "An auto-generated type which holds one CashTrackingSession and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.CashTrackingSession, []
end
end
defmodule ExShopifySchema.Graphql.CatalogEdge do
@moduledoc "An auto-generated type which holds one Catalog and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Interface, [interface_type: ExShopifySchema.Graphql.Catalog, implements: [ExShopifySchema.Graphql.AppCatalog, ExShopifySchema.Graphql.CompanyLocationCatalog, ExShopifySchema.Graphql.MarketCatalog]]
end
end
defmodule ExShopifySchema.Graphql.ChannelEdge do
@moduledoc "An auto-generated type which holds one Channel and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Channel, []
end
end
defmodule ExShopifySchema.Graphql.CheckoutProfileEdge do
@moduledoc "An auto-generated type which holds one CheckoutProfile and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.CheckoutProfile, []
end
end
defmodule ExShopifySchema.Graphql.CollectionEdge do
@moduledoc "An auto-generated type which holds one Collection and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Collection, []
end
end
defmodule ExShopifySchema.Graphql.CollectionPublicationEdge do
@moduledoc "An auto-generated type which holds one CollectionPublication and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.CollectionPublication, []
end
end
defmodule ExShopifySchema.Graphql.CombinedListingChildEdge do
@moduledoc "An auto-generated type which holds one CombinedListingChild and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.CombinedListingChild, []
end
end
defmodule ExShopifySchema.Graphql.CommentEdge do
@moduledoc "An auto-generated type which holds one Comment and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Comment, []
end
end
defmodule ExShopifySchema.Graphql.CompanyContactEdge do
@moduledoc "An auto-generated type which holds one CompanyContact and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.CompanyContact, []
end
end
defmodule ExShopifySchema.Graphql.CompanyContactRoleAssignmentEdge do
@moduledoc "An auto-generated type which holds one CompanyContactRoleAssignment and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.CompanyContactRoleAssignment, []
end
end
defmodule ExShopifySchema.Graphql.CompanyContactRoleEdge do
@moduledoc "An auto-generated type which holds one CompanyContactRole and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.CompanyContactRole, []
end
end
defmodule ExShopifySchema.Graphql.CompanyEdge do
@moduledoc "An auto-generated type which holds one Company and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Company, []
end
end
defmodule ExShopifySchema.Graphql.CompanyLocationEdge do
@moduledoc "An auto-generated type which holds one CompanyLocation and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.CompanyLocation, []
end
end
defmodule ExShopifySchema.Graphql.CompanyLocationStaffMemberAssignmentEdge do
@moduledoc "An auto-generated type which holds one CompanyLocationStaffMemberAssignment and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.CompanyLocationStaffMemberAssignment, []
end
end
defmodule ExShopifySchema.Graphql.CountryHarmonizedSystemCodeEdge do
@moduledoc "An auto-generated type which holds one CountryHarmonizedSystemCode and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.CountryHarmonizedSystemCode, []
end
end
defmodule ExShopifySchema.Graphql.CurrencySettingEdge do
@moduledoc "An auto-generated type which holds one CurrencySetting and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.CurrencySetting, []
end
end
defmodule ExShopifySchema.Graphql.CustomerAccountPageEdge do
@moduledoc "An auto-generated type which holds one CustomerAccountPage and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Interface, [interface_type: ExShopifySchema.Graphql.CustomerAccountPage, implements: [ExShopifySchema.Graphql.CustomerAccountAppExtensionPage, ExShopifySchema.Graphql.CustomerAccountNativePage]]
end
end
defmodule ExShopifySchema.Graphql.CustomerEdge do
@moduledoc "An auto-generated type which holds one Customer and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Customer, []
end
end
defmodule ExShopifySchema.Graphql.CustomerMomentEdge do
@moduledoc "An auto-generated type which holds one CustomerMoment and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Interface, [interface_type: ExShopifySchema.Graphql.CustomerMoment, implements: [ExShopifySchema.Graphql.CustomerVisit]]
end
end
defmodule ExShopifySchema.Graphql.CustomerPaymentMethodEdge do
@moduledoc "An auto-generated type which holds one CustomerPaymentMethod and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.CustomerPaymentMethod, []
end
end
defmodule ExShopifySchema.Graphql.CustomerSegmentMemberEdge do
@moduledoc "An auto-generated type which holds one CustomerSegmentMember and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.CustomerSegmentMember, []
end
end
defmodule ExShopifySchema.Graphql.CustomerVisitProductInfoEdge do
@moduledoc "An auto-generated type which holds one CustomerVisitProductInfo and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.CustomerVisitProductInfo, []
end
end
defmodule ExShopifySchema.Graphql.DeletionEventEdge do
@moduledoc "An auto-generated type which holds one DeletionEvent and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.DeletionEvent, []
end
end
defmodule ExShopifySchema.Graphql.DeliveryCarrierServiceEdge do
@moduledoc "An auto-generated type which holds one DeliveryCarrierService and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.DeliveryCarrierService, []
end
end
defmodule ExShopifySchema.Graphql.DeliveryCustomizationEdge do
@moduledoc "An auto-generated type which holds one DeliveryCustomization and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.DeliveryCustomization, []
end
end
defmodule ExShopifySchema.Graphql.DeliveryLocationGroupZoneEdge do
@moduledoc "An auto-generated type which holds one DeliveryLocationGroupZone and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.DeliveryLocationGroupZone, []
end
end
defmodule ExShopifySchema.Graphql.DeliveryMethodDefinitionEdge do
@moduledoc "An auto-generated type which holds one DeliveryMethodDefinition and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.DeliveryMethodDefinition, []
end
end
defmodule ExShopifySchema.Graphql.DeliveryProfileEdge do
@moduledoc "An auto-generated type which holds one DeliveryProfile and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.DeliveryProfile, []
end
end
defmodule ExShopifySchema.Graphql.DeliveryProfileItemEdge do
@moduledoc "An auto-generated type which holds one DeliveryProfileItem and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.DeliveryProfileItem, []
end
end
defmodule ExShopifySchema.Graphql.DeliveryPromiseParticipantEdge do
@moduledoc "An auto-generated type which holds one DeliveryPromiseParticipant and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.DeliveryPromiseParticipant, []
end
end
defmodule ExShopifySchema.Graphql.DiscountAllocationEdge do
@moduledoc "An auto-generated type which holds one DiscountAllocation and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.DiscountAllocation, []
end
end
defmodule ExShopifySchema.Graphql.DiscountApplicationEdge do
@moduledoc "An auto-generated type which holds one DiscountApplication and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Interface, [interface_type: ExShopifySchema.Graphql.DiscountApplication, implements: [ExShopifySchema.Graphql.AutomaticDiscountApplication, ExShopifySchema.Graphql.DiscountCodeApplication, ExShopifySchema.Graphql.ManualDiscountApplication, ExShopifySchema.Graphql.ScriptDiscountApplication]]
end
end
defmodule ExShopifySchema.Graphql.DiscountAutomaticEdge do
@moduledoc "An auto-generated type which holds one DiscountAutomatic and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Union, [possible_types: [ExShopifySchema.Graphql.DiscountAutomaticApp, ExShopifySchema.Graphql.DiscountAutomaticBasic, ExShopifySchema.Graphql.DiscountAutomaticBxgy, ExShopifySchema.Graphql.DiscountAutomaticFreeShipping]]
end
end
defmodule ExShopifySchema.Graphql.DiscountAutomaticNodeEdge do
@moduledoc "An auto-generated type which holds one DiscountAutomaticNode and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.DiscountAutomaticNode, []
end
end
defmodule ExShopifySchema.Graphql.DiscountCodeNodeEdge do
@moduledoc "An auto-generated type which holds one DiscountCodeNode and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.DiscountCodeNode, []
end
end
defmodule ExShopifySchema.Graphql.DiscountNodeEdge do
@moduledoc "An auto-generated type which holds one DiscountNode and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.DiscountNode, []
end
end
defmodule ExShopifySchema.Graphql.DiscountRedeemCodeBulkCreationCodeEdge do
@moduledoc "An auto-generated type which holds one DiscountRedeemCodeBulkCreationCode and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.DiscountRedeemCodeBulkCreationCode, []
end
end
defmodule ExShopifySchema.Graphql.DiscountRedeemCodeEdge do
@moduledoc "An auto-generated type which holds one DiscountRedeemCode and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.DiscountRedeemCode, []
end
end
defmodule ExShopifySchema.Graphql.DraftOrderEdge do
@moduledoc "An auto-generated type which holds one DraftOrder and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.DraftOrder, []
end
end
defmodule ExShopifySchema.Graphql.DraftOrderLineItemEdge do
@moduledoc "An auto-generated type which holds one DraftOrderLineItem and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.DraftOrderLineItem, []
end
end
defmodule ExShopifySchema.Graphql.EventEdge do
@moduledoc "An auto-generated type which holds one Event and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Interface, [interface_type: ExShopifySchema.Graphql.Event, implements: [ExShopifySchema.Graphql.BasicEvent, ExShopifySchema.Graphql.CommentEvent]]
end
end
defmodule ExShopifySchema.Graphql.ExchangeLineItemEdge do
@moduledoc "An auto-generated type which holds one ExchangeLineItem and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ExchangeLineItem, []
end
end
defmodule ExShopifySchema.Graphql.ExchangeV2Edge do
@moduledoc "An auto-generated type which holds one ExchangeV2 and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ExchangeV2, []
end
end
defmodule ExShopifySchema.Graphql.FileEdge do
@moduledoc "An auto-generated type which holds one File and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Interface, [interface_type: ExShopifySchema.Graphql.File, implements: [ExShopifySchema.Graphql.ExternalVideo, ExShopifySchema.Graphql.GenericFile, ExShopifySchema.Graphql.MediaImage, ExShopifySchema.Graphql.Model3d, ExShopifySchema.Graphql.Video]]
end
end
defmodule ExShopifySchema.Graphql.FulfillmentEdge do
@moduledoc "An auto-generated type which holds one Fulfillment and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Fulfillment, []
end
end
defmodule ExShopifySchema.Graphql.FulfillmentEventEdge do
@moduledoc "An auto-generated type which holds one FulfillmentEvent and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.FulfillmentEvent, []
end
end
defmodule ExShopifySchema.Graphql.FulfillmentLineItemEdge do
@moduledoc "An auto-generated type which holds one FulfillmentLineItem and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.FulfillmentLineItem, []
end
end
defmodule ExShopifySchema.Graphql.FulfillmentOrderEdge do
@moduledoc "An auto-generated type which holds one FulfillmentOrder and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.FulfillmentOrder, []
end
end
defmodule ExShopifySchema.Graphql.FulfillmentOrderLineItemEdge do
@moduledoc "An auto-generated type which holds one FulfillmentOrderLineItem and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.FulfillmentOrderLineItem, []
end
end
defmodule ExShopifySchema.Graphql.FulfillmentOrderLocationForMoveEdge do
@moduledoc "An auto-generated type which holds one FulfillmentOrderLocationForMove and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.FulfillmentOrderLocationForMove, []
end
end
defmodule ExShopifySchema.Graphql.FulfillmentOrderMerchantRequestEdge do
@moduledoc "An auto-generated type which holds one FulfillmentOrderMerchantRequest and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.FulfillmentOrderMerchantRequest, []
end
end
defmodule ExShopifySchema.Graphql.GiftCardEdge do
@moduledoc "An auto-generated type which holds one GiftCard and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.GiftCard, []
end
end
defmodule ExShopifySchema.Graphql.GiftCardTransactionEdge do
@moduledoc "An auto-generated type which holds one GiftCardTransaction and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Interface, [interface_type: ExShopifySchema.Graphql.GiftCardTransaction, implements: [ExShopifySchema.Graphql.GiftCardCreditTransaction, ExShopifySchema.Graphql.GiftCardDebitTransaction]]
end
end
defmodule ExShopifySchema.Graphql.ImageEdge do
@moduledoc "An auto-generated type which holds one Image and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Image, []
end
end
defmodule ExShopifySchema.Graphql.InventoryItemEdge do
@moduledoc "An auto-generated type which holds one InventoryItem and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.InventoryItem, []
end
end
defmodule ExShopifySchema.Graphql.InventoryLevelEdge do
@moduledoc "An auto-generated type which holds one InventoryLevel and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.InventoryLevel, []
end
end
defmodule ExShopifySchema.Graphql.InventoryScheduledChangeEdge do
@moduledoc "An auto-generated type which holds one InventoryScheduledChange and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.InventoryScheduledChange, []
end
end
defmodule ExShopifySchema.Graphql.InventoryShipmentEdge do
@moduledoc "An auto-generated type which holds one InventoryShipment and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.InventoryShipment, []
end
end
defmodule ExShopifySchema.Graphql.InventoryShipmentLineItemEdge do
@moduledoc "An auto-generated type which holds one InventoryShipmentLineItem and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.InventoryShipmentLineItem, []
end
end
defmodule ExShopifySchema.Graphql.InventoryTransferEdge do
@moduledoc "An auto-generated type which holds one InventoryTransfer and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.InventoryTransfer, []
end
end
defmodule ExShopifySchema.Graphql.InventoryTransferLineItemEdge do
@moduledoc "An auto-generated type which holds one InventoryTransferLineItem and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.InventoryTransferLineItem, []
end
end
defmodule ExShopifySchema.Graphql.LineItemEdge do
@moduledoc "An auto-generated type which holds one LineItem and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.LineItem, []
end
end
defmodule ExShopifySchema.Graphql.LocalizationExtensionEdge do
@moduledoc "An auto-generated type which holds one LocalizationExtension and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.LocalizationExtension, []
end
end
defmodule ExShopifySchema.Graphql.LocalizedFieldEdge do
@moduledoc "An auto-generated type which holds one LocalizedField and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.LocalizedField, []
end
end
defmodule ExShopifySchema.Graphql.LocationEdge do
@moduledoc "An auto-generated type which holds one Location and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Location, []
end
end
defmodule ExShopifySchema.Graphql.MailingAddressEdge do
@moduledoc "An auto-generated type which holds one MailingAddress and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.MailingAddress, []
end
end
defmodule ExShopifySchema.Graphql.MarketCatalogEdge do
@moduledoc "An auto-generated type which holds one MarketCatalog and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.MarketCatalog, []
end
end
defmodule ExShopifySchema.Graphql.MarketEdge do
@moduledoc "An auto-generated type which holds one Market and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Market, []
end
end
defmodule ExShopifySchema.Graphql.MarketLocalizableResourceEdge do
@moduledoc "An auto-generated type which holds one MarketLocalizableResource and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.MarketLocalizableResource, []
end
end
defmodule ExShopifySchema.Graphql.MarketRegionEdge do
@moduledoc "An auto-generated type which holds one MarketRegion and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Interface, [interface_type: ExShopifySchema.Graphql.MarketRegion, implements: [ExShopifySchema.Graphql.MarketRegionCountry]]
end
end
defmodule ExShopifySchema.Graphql.MarketWebPresenceEdge do
@moduledoc "An auto-generated type which holds one MarketWebPresence and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.MarketWebPresence, []
end
end
defmodule ExShopifySchema.Graphql.MarketingActivityEdge do
@moduledoc "An auto-generated type which holds one MarketingActivity and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.MarketingActivity, []
end
end
defmodule ExShopifySchema.Graphql.MarketingEventEdge do
@moduledoc "An auto-generated type which holds one MarketingEvent and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.MarketingEvent, []
end
end
defmodule ExShopifySchema.Graphql.MediaEdge do
@moduledoc "An auto-generated type which holds one Media and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Interface, [interface_type: ExShopifySchema.Graphql.Media, implements: [ExShopifySchema.Graphql.ExternalVideo, ExShopifySchema.Graphql.MediaImage, ExShopifySchema.Graphql.Model3d, ExShopifySchema.Graphql.Video]]
end
end
defmodule ExShopifySchema.Graphql.MenuEdge do
@moduledoc "An auto-generated type which holds one Menu and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Menu, []
end
end
defmodule ExShopifySchema.Graphql.MetafieldDefinitionConstraintValueEdge do
@moduledoc "An auto-generated type which holds one MetafieldDefinitionConstraintValue and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.MetafieldDefinitionConstraintValue, []
end
end
defmodule ExShopifySchema.Graphql.MetafieldDefinitionEdge do
@moduledoc "An auto-generated type which holds one MetafieldDefinition and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.MetafieldDefinition, []
end
end
defmodule ExShopifySchema.Graphql.MetafieldEdge do
@moduledoc "An auto-generated type which holds one Metafield and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Metafield, []
end
end
defmodule ExShopifySchema.Graphql.MetafieldReferenceEdge do
@moduledoc "An auto-generated type which holds one MetafieldReference and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Union, [possible_types: [ExShopifySchema.Graphql.Article, ExShopifySchema.Graphql.Collection, ExShopifySchema.Graphql.Company, ExShopifySchema.Graphql.Customer, ExShopifySchema.Graphql.GenericFile, ExShopifySchema.Graphql.MediaImage, ExShopifySchema.Graphql.Metaobject, ExShopifySchema.Graphql.Model3d, ExShopifySchema.Graphql.Order, ExShopifySchema.Graphql.Page, ExShopifySchema.Graphql.Product, ExShopifySchema.Graphql.ProductVariant, ExShopifySchema.Graphql.TaxonomyValue, ExShopifySchema.Graphql.Video]]
end
end
defmodule ExShopifySchema.Graphql.MetafieldRelationEdge do
@moduledoc "An auto-generated type which holds one MetafieldRelation and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.MetafieldRelation, []
end
end
defmodule ExShopifySchema.Graphql.MetaobjectDefinitionEdge do
@moduledoc "An auto-generated type which holds one MetaobjectDefinition and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.MetaobjectDefinition, []
end
end
defmodule ExShopifySchema.Graphql.MetaobjectEdge do
@moduledoc "An auto-generated type which holds one Metaobject and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Metaobject, []
end
end
defmodule ExShopifySchema.Graphql.MobilePlatformApplicationEdge do
@moduledoc "An auto-generated type which holds one MobilePlatformApplication and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Union, [possible_types: [ExShopifySchema.Graphql.AndroidApplication, ExShopifySchema.Graphql.AppleApplication]]
end
end
defmodule ExShopifySchema.Graphql.OnlineStoreThemeEdge do
@moduledoc "An auto-generated type which holds one OnlineStoreTheme and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.OnlineStoreTheme, []
end
end
defmodule ExShopifySchema.Graphql.OnlineStoreThemeFileEdge do
@moduledoc "An auto-generated type which holds one OnlineStoreThemeFile and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.OnlineStoreThemeFile, []
end
end
defmodule ExShopifySchema.Graphql.OrderAdjustmentEdge do
@moduledoc "An auto-generated type which holds one OrderAdjustment and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.OrderAdjustment, []
end
end
defmodule ExShopifySchema.Graphql.OrderEdge do
@moduledoc "An auto-generated type which holds one Order and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Order, []
end
end
defmodule ExShopifySchema.Graphql.OrderStagedChangeEdge do
@moduledoc "An auto-generated type which holds one OrderStagedChange and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Union, [possible_types: [ExShopifySchema.Graphql.OrderStagedChangeAddCustomItem, ExShopifySchema.Graphql.OrderStagedChangeAddLineItemDiscount, ExShopifySchema.Graphql.OrderStagedChangeAddShippingLine, ExShopifySchema.Graphql.OrderStagedChangeAddVariant, ExShopifySchema.Graphql.OrderStagedChangeDecrementItem, ExShopifySchema.Graphql.OrderStagedChangeIncrementItem, ExShopifySchema.Graphql.OrderStagedChangeRemoveDiscount, ExShopifySchema.Graphql.OrderStagedChangeRemoveShippingLine]]
end
end
defmodule ExShopifySchema.Graphql.OrderTransactionEdge do
@moduledoc "An auto-generated type which holds one OrderTransaction and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.OrderTransaction, []
end
end
defmodule ExShopifySchema.Graphql.PageEdge do
@moduledoc "An auto-generated type which holds one Page and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Page, []
end
end
defmodule ExShopifySchema.Graphql.PaymentCustomizationEdge do
@moduledoc "An auto-generated type which holds one PaymentCustomization and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.PaymentCustomization, []
end
end
defmodule ExShopifySchema.Graphql.PaymentMandateResourceEdge do
@moduledoc "An auto-generated type which holds one PaymentMandateResource and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.PaymentMandateResource, []
end
end
defmodule ExShopifySchema.Graphql.PaymentScheduleEdge do
@moduledoc "An auto-generated type which holds one PaymentSchedule and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.PaymentSchedule, []
end
end
defmodule ExShopifySchema.Graphql.PriceListEdge do
@moduledoc "An auto-generated type which holds one PriceList and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.PriceList, []
end
end
defmodule ExShopifySchema.Graphql.PriceListPriceEdge do
@moduledoc "An auto-generated type which holds one PriceListPrice and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.PriceListPrice, []
end
end
defmodule ExShopifySchema.Graphql.PriceRuleDiscountCodeEdge do
@moduledoc "An auto-generated type which holds one PriceRuleDiscountCode and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.PriceRuleDiscountCode, []
end
end
defmodule ExShopifySchema.Graphql.ProductBundleComponentEdge do
@moduledoc "An auto-generated type which holds one ProductBundleComponent and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ProductBundleComponent, []
end
end
defmodule ExShopifySchema.Graphql.ProductComponentTypeEdge do
@moduledoc "An auto-generated type which holds one ProductComponentType and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ProductComponentType, []
end
end
defmodule ExShopifySchema.Graphql.ProductEdge do
@moduledoc "An auto-generated type which holds one Product and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Product, []
end
end
defmodule ExShopifySchema.Graphql.ProductFeedEdge do
@moduledoc "An auto-generated type which holds one ProductFeed and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ProductFeed, []
end
end
defmodule ExShopifySchema.Graphql.ProductPublicationEdge do
@moduledoc "An auto-generated type which holds one ProductPublication and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ProductPublication, []
end
end
defmodule ExShopifySchema.Graphql.ProductVariantComponentEdge do
@moduledoc "An auto-generated type which holds one ProductVariantComponent and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ProductVariantComponent, []
end
end
defmodule ExShopifySchema.Graphql.ProductVariantEdge do
@moduledoc "An auto-generated type which holds one ProductVariant and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ProductVariant, []
end
end
defmodule ExShopifySchema.Graphql.ProductVariantPricePairEdge do
@moduledoc "An auto-generated type which holds one ProductVariantPricePair and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ProductVariantPricePair, []
end
end
defmodule ExShopifySchema.Graphql.PublicationEdge do
@moduledoc "An auto-generated type which holds one Publication and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Publication, []
end
end
defmodule ExShopifySchema.Graphql.QuantityPriceBreakEdge do
@moduledoc "An auto-generated type which holds one QuantityPriceBreak and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.QuantityPriceBreak, []
end
end
defmodule ExShopifySchema.Graphql.QuantityRuleEdge do
@moduledoc "An auto-generated type which holds one QuantityRule and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.QuantityRule, []
end
end
defmodule ExShopifySchema.Graphql.RefundEdge do
@moduledoc "An auto-generated type which holds one Refund and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Refund, []
end
end
defmodule ExShopifySchema.Graphql.RefundLineItemEdge do
@moduledoc "An auto-generated type which holds one RefundLineItem and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.RefundLineItem, []
end
end
defmodule ExShopifySchema.Graphql.RefundShippingLineEdge do
@moduledoc "An auto-generated type which holds one RefundShippingLine and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.RefundShippingLine, []
end
end
defmodule ExShopifySchema.Graphql.ResourcePublicationEdge do
@moduledoc "An auto-generated type which holds one ResourcePublication and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ResourcePublication, []
end
end
defmodule ExShopifySchema.Graphql.ResourcePublicationV2Edge do
@moduledoc "An auto-generated type which holds one ResourcePublicationV2 and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ResourcePublicationV2, []
end
end
defmodule ExShopifySchema.Graphql.ReturnEdge do
@moduledoc "An auto-generated type which holds one Return and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Return, []
end
end
defmodule ExShopifySchema.Graphql.ReturnLineItemTypeEdge do
@moduledoc "An auto-generated type which holds one ReturnLineItemType and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Interface, [interface_type: ExShopifySchema.Graphql.ReturnLineItemType, implements: [ExShopifySchema.Graphql.ReturnLineItem, ExShopifySchema.Graphql.UnverifiedReturnLineItem]]
end
end
defmodule ExShopifySchema.Graphql.ReturnableFulfillmentEdge do
@moduledoc "An auto-generated type which holds one ReturnableFulfillment and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ReturnableFulfillment, []
end
end
defmodule ExShopifySchema.Graphql.ReturnableFulfillmentLineItemEdge do
@moduledoc "An auto-generated type which holds one ReturnableFulfillmentLineItem and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ReturnableFulfillmentLineItem, []
end
end
defmodule ExShopifySchema.Graphql.ReverseDeliveryEdge do
@moduledoc "An auto-generated type which holds one ReverseDelivery and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ReverseDelivery, []
end
end
defmodule ExShopifySchema.Graphql.ReverseDeliveryLineItemEdge do
@moduledoc "An auto-generated type which holds one ReverseDeliveryLineItem and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ReverseDeliveryLineItem, []
end
end
defmodule ExShopifySchema.Graphql.ReverseFulfillmentOrderEdge do
@moduledoc "An auto-generated type which holds one ReverseFulfillmentOrder and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ReverseFulfillmentOrder, []
end
end
defmodule ExShopifySchema.Graphql.ReverseFulfillmentOrderLineItemEdge do
@moduledoc "An auto-generated type which holds one ReverseFulfillmentOrderLineItem and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ReverseFulfillmentOrderLineItem, []
end
end
defmodule ExShopifySchema.Graphql.SaleEdge do
@moduledoc "An auto-generated type which holds one Sale and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Interface, [interface_type: ExShopifySchema.Graphql.Sale, implements: [ExShopifySchema.Graphql.AdditionalFeeSale, ExShopifySchema.Graphql.AdjustmentSale, ExShopifySchema.Graphql.DutySale, ExShopifySchema.Graphql.FeeSale, ExShopifySchema.Graphql.GiftCardSale, ExShopifySchema.Graphql.ProductSale, ExShopifySchema.Graphql.ShippingLineSale, ExShopifySchema.Graphql.TipSale, ExShopifySchema.Graphql.UnknownSale]]
end
end
defmodule ExShopifySchema.Graphql.SalesAgreementEdge do
@moduledoc "An auto-generated type which holds one SalesAgreement and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Interface, [interface_type: ExShopifySchema.Graphql.SalesAgreement, implements: [ExShopifySchema.Graphql.OrderAgreement, ExShopifySchema.Graphql.OrderEditAgreement, ExShopifySchema.Graphql.RefundAgreement, ExShopifySchema.Graphql.ReturnAgreement]]
end
end
defmodule ExShopifySchema.Graphql.SavedSearchEdge do
@moduledoc "An auto-generated type which holds one SavedSearch and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.SavedSearch, []
end
end
defmodule ExShopifySchema.Graphql.ScriptTagEdge do
@moduledoc "An auto-generated type which holds one ScriptTag and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ScriptTag, []
end
end
defmodule ExShopifySchema.Graphql.SearchResultEdge do
@moduledoc "An auto-generated type which holds one SearchResult and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.SearchResult, []
end
end
defmodule ExShopifySchema.Graphql.SegmentEdge do
@moduledoc "An auto-generated type which holds one Segment and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Segment, []
end
end
defmodule ExShopifySchema.Graphql.SegmentFilterEdge do
@moduledoc "An auto-generated type which holds one SegmentFilter and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Interface, [interface_type: ExShopifySchema.Graphql.SegmentFilter, implements: [ExShopifySchema.Graphql.SegmentAssociationFilter, ExShopifySchema.Graphql.SegmentBooleanFilter, ExShopifySchema.Graphql.SegmentDateFilter, ExShopifySchema.Graphql.SegmentEnumFilter, ExShopifySchema.Graphql.SegmentEventFilter, ExShopifySchema.Graphql.SegmentFloatFilter, ExShopifySchema.Graphql.SegmentIntegerFilter, ExShopifySchema.Graphql.SegmentStringFilter]]
end
end
defmodule ExShopifySchema.Graphql.SegmentMigrationEdge do
@moduledoc "An auto-generated type which holds one SegmentMigration and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.SegmentMigration, []
end
end
defmodule ExShopifySchema.Graphql.SegmentValueEdge do
@moduledoc "An auto-generated type which holds one SegmentValue and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.SegmentValue, []
end
end
defmodule ExShopifySchema.Graphql.SellingPlanEdge do
@moduledoc "An auto-generated type which holds one SellingPlan and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.SellingPlan, []
end
end
defmodule ExShopifySchema.Graphql.SellingPlanGroupEdge do
@moduledoc "An auto-generated type which holds one SellingPlanGroup and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.SellingPlanGroup, []
end
end
defmodule ExShopifySchema.Graphql.ShippingLineEdge do
@moduledoc "An auto-generated type which holds one ShippingLine and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ShippingLine, []
end
end
defmodule ExShopifySchema.Graphql.ShopPayPaymentRequestReceiptEdge do
@moduledoc "An auto-generated type which holds one ShopPayPaymentRequestReceipt and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ShopPayPaymentRequestReceipt, []
end
end
defmodule ExShopifySchema.Graphql.ShopifyFunctionEdge do
@moduledoc "An auto-generated type which holds one ShopifyFunction and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ShopifyFunction, []
end
end
defmodule ExShopifySchema.Graphql.ShopifyPaymentsBalanceTransactionEdge do
@moduledoc "An auto-generated type which holds one ShopifyPaymentsBalanceTransaction and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ShopifyPaymentsBalanceTransaction, []
end
end
defmodule ExShopifySchema.Graphql.ShopifyPaymentsBankAccountEdge do
@moduledoc "An auto-generated type which holds one ShopifyPaymentsBankAccount and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ShopifyPaymentsBankAccount, []
end
end
defmodule ExShopifySchema.Graphql.ShopifyPaymentsDisputeEdge do
@moduledoc "An auto-generated type which holds one ShopifyPaymentsDispute and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ShopifyPaymentsDispute, []
end
end
defmodule ExShopifySchema.Graphql.ShopifyPaymentsPayoutEdge do
@moduledoc "An auto-generated type which holds one ShopifyPaymentsPayout and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.ShopifyPaymentsPayout, []
end
end
defmodule ExShopifySchema.Graphql.StaffMemberEdge do
@moduledoc "An auto-generated type which holds one StaffMember and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.StaffMember, []
end
end
defmodule ExShopifySchema.Graphql.StandardMetafieldDefinitionTemplateEdge do
@moduledoc "An auto-generated type which holds one StandardMetafieldDefinitionTemplate and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.StandardMetafieldDefinitionTemplate, []
end
end
defmodule ExShopifySchema.Graphql.StoreCreditAccountEdge do
@moduledoc "An auto-generated type which holds one StoreCreditAccount and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.StoreCreditAccount, []
end
end
defmodule ExShopifySchema.Graphql.StoreCreditAccountTransactionEdge do
@moduledoc "An auto-generated type which holds one StoreCreditAccountTransaction and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Interface, [interface_type: ExShopifySchema.Graphql.StoreCreditAccountTransaction, implements: [ExShopifySchema.Graphql.StoreCreditAccountCreditTransaction, ExShopifySchema.Graphql.StoreCreditAccountDebitRevertTransaction, ExShopifySchema.Graphql.StoreCreditAccountDebitTransaction, ExShopifySchema.Graphql.StoreCreditAccountExpirationTransaction]]
end
end
defmodule ExShopifySchema.Graphql.StorefrontAccessTokenEdge do
@moduledoc "An auto-generated type which holds one StorefrontAccessToken and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.StorefrontAccessToken, []
end
end
defmodule ExShopifySchema.Graphql.StringEdge do
@moduledoc "An auto-generated type which holds one String and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.Graphql.String, []
end
end
defmodule ExShopifySchema.Graphql.SubscriptionBillingAttemptEdge do
@moduledoc "An auto-generated type which holds one SubscriptionBillingAttempt and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.SubscriptionBillingAttempt, []
end
end
defmodule ExShopifySchema.Graphql.SubscriptionBillingCycleEdge do
@moduledoc "An auto-generated type which holds one SubscriptionBillingCycle and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.SubscriptionBillingCycle, []
end
end
defmodule ExShopifySchema.Graphql.SubscriptionContractEdge do
@moduledoc "An auto-generated type which holds one SubscriptionContract and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.SubscriptionContract, []
end
end
defmodule ExShopifySchema.Graphql.SubscriptionDiscountEdge do
@moduledoc "An auto-generated type which holds one SubscriptionDiscount and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Union, [possible_types: [ExShopifySchema.Graphql.SubscriptionAppliedCodeDiscount, ExShopifySchema.Graphql.SubscriptionManualDiscount]]
end
end
defmodule ExShopifySchema.Graphql.SubscriptionLineEdge do
@moduledoc "An auto-generated type which holds one SubscriptionLine and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.SubscriptionLine, []
end
end
defmodule ExShopifySchema.Graphql.SubscriptionManualDiscountEdge do
@moduledoc "An auto-generated type which holds one SubscriptionManualDiscount and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.SubscriptionManualDiscount, []
end
end
defmodule ExShopifySchema.Graphql.TaxonomyCategoryAttributeEdge do
@moduledoc "An auto-generated type which holds one TaxonomyCategoryAttribute and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
loadable_field :node, ExShopifySchema.EctoTypes.Union, [possible_types: [ExShopifySchema.Graphql.TaxonomyAttribute, ExShopifySchema.Graphql.TaxonomyChoiceListAttribute, ExShopifySchema.Graphql.TaxonomyMeasurementAttribute]]
end
end
defmodule ExShopifySchema.Graphql.TaxonomyCategoryEdge do
@moduledoc "An auto-generated type which holds one TaxonomyCategory and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.TaxonomyCategory, []
end
end
defmodule ExShopifySchema.Graphql.TaxonomyValueEdge do
@moduledoc "An auto-generated type which holds one TaxonomyValue and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.TaxonomyValue, []
end
end
defmodule ExShopifySchema.Graphql.TenderTransactionEdge do
@moduledoc "An auto-generated type which holds one TenderTransaction and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.TenderTransaction, []
end
end
defmodule ExShopifySchema.Graphql.TranslatableResourceEdge do
@moduledoc "An auto-generated type which holds one TranslatableResource and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.TranslatableResource, []
end
end
defmodule ExShopifySchema.Graphql.UrlRedirectEdge do
@moduledoc "An auto-generated type which holds one UrlRedirect and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.UrlRedirect, []
end
end
defmodule ExShopifySchema.Graphql.ValidationEdge do
@moduledoc "An auto-generated type which holds one Validation and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.Validation, []
end
end
defmodule ExShopifySchema.Graphql.WebhookSubscriptionEdge do
@moduledoc "An auto-generated type which holds one WebhookSubscription and a cursor during pagination."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :cursor, ExShopifySchema.Graphql.String, []
embeds_one :node, ExShopifySchema.Graphql.WebhookSubscription, []
end
end