diff --git a/platforms/swift/Mintfile b/platforms/swift/Mintfile index d7e44e88..2d11276b 100644 --- a/platforms/swift/Mintfile +++ b/platforms/swift/Mintfile @@ -1,2 +1,2 @@ -realm/SwiftLint@0.63.2 +realm/SwiftLint@0.63.3 nicklockwood/SwiftFormat@0.61.1 diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Fragments/CartDeliveryGroupFragment.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Fragments/CartDeliveryGroupFragment.graphql.swift index dc69b5aa..b7782cc7 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Fragments/CartDeliveryGroupFragment.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Fragments/CartDeliveryGroupFragment.graphql.swift @@ -20,7 +20,7 @@ extension Storefront { .field("groupType", GraphQLEnum.self), .field("deliveryAddress", DeliveryAddress.self), .field("deliveryOptions", [DeliveryOption].self), - .field("selectedDeliveryOption", SelectedDeliveryOption?.self), + .field("selectedDeliveryOption", SelectedDeliveryOption?.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartDeliveryGroupFragment.self @@ -55,7 +55,7 @@ extension Storefront { .field("lastName", String?.self), .field("phone", String?.self), .field("province", String?.self), - .field("zip", String?.self), + .field("zip", String?.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartDeliveryGroupFragment.DeliveryAddress.self @@ -100,7 +100,7 @@ extension Storefront { .field("code", String?.self), .field("deliveryMethodType", GraphQLEnum.self), .field("description", String?.self), - .field("estimatedCost", EstimatedCost.self), + .field("estimatedCost", EstimatedCost.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartDeliveryGroupFragment.DeliveryOption.self @@ -130,7 +130,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("amount", Storefront.Decimal.self), - .field("currencyCode", GraphQLEnum.self), + .field("currencyCode", GraphQLEnum.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartDeliveryGroupFragment.DeliveryOption.EstimatedCost.self @@ -156,7 +156,7 @@ extension Storefront { .field("description", String?.self), .field("title", String?.self), .field("handle", String.self), - .field("estimatedCost", EstimatedCost.self), + .field("estimatedCost", EstimatedCost.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartDeliveryGroupFragment.SelectedDeliveryOption.self @@ -182,7 +182,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("amount", Storefront.Decimal.self), - .field("currencyCode", GraphQLEnum.self), + .field("currencyCode", GraphQLEnum.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartDeliveryGroupFragment.SelectedDeliveryOption.EstimatedCost.self @@ -196,4 +196,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Fragments/CartFragment.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Fragments/CartFragment.graphql.swift index bfe527ba..5044eb7e 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Fragments/CartFragment.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Fragments/CartFragment.graphql.swift @@ -22,7 +22,7 @@ extension Storefront { .field("buyerIdentity", BuyerIdentity.self), .field("deliveryGroups", DeliveryGroups.self, arguments: ["first": 10]), .field("lines", Lines.self, arguments: ["first": 250]), - .field("cost", Cost.self), + .field("cost", Cost.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.self @@ -56,7 +56,7 @@ extension Storefront { .field("__typename", String.self), .field("email", String?.self), .field("phone", String?.self), - .field("customer", Customer?.self), + .field("customer", Customer?.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.BuyerIdentity.self @@ -80,7 +80,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("email", String?.self), - .field("phone", String?.self), + .field("phone", String?.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.BuyerIdentity.Customer.self @@ -103,7 +103,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.CartDeliveryGroupConnection } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("nodes", [Node].self), + .field("nodes", [Node].self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.DeliveryGroups.self @@ -122,7 +122,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.CartDeliveryGroup } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .fragment(CartDeliveryGroupFragment.self), + .fragment(CartDeliveryGroupFragment.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.DeliveryGroups.Node.self, @@ -165,7 +165,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.BaseCartLineConnection } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("nodes", [Node].self), + .field("nodes", [Node].self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.Lines.self @@ -184,7 +184,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Interfaces.BaseCartLine } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .fragment(CartLineFragment.self), + .fragment(CartLineFragment.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.Lines.Node.self, @@ -225,7 +225,7 @@ extension Storefront { .field("__typename", String.self), .field("totalAmount", TotalAmount.self), .field("subtotalAmount", SubtotalAmount.self), - .field("totalTaxAmount", TotalTaxAmount?.self), + .field("totalTaxAmount", TotalTaxAmount?.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.Cost.self @@ -250,7 +250,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("amount", Storefront.Decimal.self), - .field("currencyCode", GraphQLEnum.self), + .field("currencyCode", GraphQLEnum.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.Cost.TotalAmount.self @@ -273,7 +273,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("amount", Storefront.Decimal.self), - .field("currencyCode", GraphQLEnum.self), + .field("currencyCode", GraphQLEnum.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.Cost.SubtotalAmount.self @@ -296,7 +296,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("amount", Storefront.Decimal.self), - .field("currencyCode", GraphQLEnum.self), + .field("currencyCode", GraphQLEnum.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.Cost.TotalTaxAmount.self @@ -310,4 +310,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Fragments/CartLineFragment.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Fragments/CartLineFragment.graphql.swift index 32e47dd8..36bc111a 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Fragments/CartLineFragment.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Fragments/CartLineFragment.graphql.swift @@ -19,7 +19,7 @@ extension Storefront { .field("id", Storefront.ID.self), .field("quantity", Int.self), .field("merchandise", Merchandise.self), - .field("cost", Cost.self), + .field("cost", Cost.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.self @@ -44,7 +44,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Unions.Merchandise } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .inlineFragment(AsProductVariant.self), + .inlineFragment(AsProductVariant.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.Merchandise.self @@ -67,7 +67,7 @@ extension Storefront { .field("image", Image?.self), .field("price", Price.self), .field("product", Product.self), - .field("requiresShipping", Bool.self), + .field("requiresShipping", Bool.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.Merchandise.self, @@ -97,7 +97,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.Image } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("url", Storefront.URL.self), + .field("url", Storefront.URL.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.Merchandise.AsProductVariant.Image.self @@ -124,7 +124,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("amount", Storefront.Decimal.self), - .field("currencyCode", GraphQLEnum.self), + .field("currencyCode", GraphQLEnum.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.Merchandise.AsProductVariant.Price.self @@ -148,7 +148,7 @@ extension Storefront { .field("__typename", String.self), .field("title", String.self), .field("vendor", String.self), - .field("featuredImage", FeaturedImage?.self), + .field("featuredImage", FeaturedImage?.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.Merchandise.AsProductVariant.Product.self @@ -174,7 +174,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.Image } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("url", Storefront.URL.self), + .field("url", Storefront.URL.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.Merchandise.AsProductVariant.Product.FeaturedImage.self @@ -203,7 +203,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.CartLineCost } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("totalAmount", TotalAmount.self), + .field("totalAmount", TotalAmount.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.Cost.self @@ -223,7 +223,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("amount", Storefront.Decimal.self), - .field("currencyCode", GraphQLEnum.self), + .field("currencyCode", GraphQLEnum.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.Cost.TotalAmount.self @@ -237,4 +237,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Fragments/CartUserErrorFragment.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Fragments/CartUserErrorFragment.graphql.swift index a464a177..d9690d7e 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Fragments/CartUserErrorFragment.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Fragments/CartUserErrorFragment.graphql.swift @@ -18,7 +18,7 @@ extension Storefront { .field("__typename", String.self), .field("code", GraphQLEnum?.self), .field("message", String.self), - .field("field", [String]?.self), + .field("field", [String]?.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartUserErrorFragment.self @@ -32,4 +32,4 @@ extension Storefront { var field: [String]? { __data["field"] } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Mutations/CartCreateMutation.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Mutations/CartCreateMutation.graphql.swift index ae4a14ec..72855ad2 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Mutations/CartCreateMutation.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Mutations/CartCreateMutation.graphql.swift @@ -39,7 +39,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.Mutation } static var __selections: [ApolloAPI.Selection] { [ - .field("cartCreate", CartCreate?.self, arguments: ["input": .variable("input")]), + .field("cartCreate", CartCreate?.self, arguments: ["input": .variable("input")]) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartCreateMutation.Data.self @@ -61,7 +61,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("cart", Cart?.self), - .field("userErrors", [UserError].self), + .field("userErrors", [UserError].self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartCreateMutation.Data.CartCreate.self @@ -82,7 +82,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.Cart } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .fragment(CartFragment.self), + .fragment(CartFragment.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartCreateMutation.Data.CartCreate.Cart.self, @@ -131,7 +131,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.CartUserError } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .fragment(CartUserErrorFragment.self), + .fragment(CartUserErrorFragment.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartCreateMutation.Data.CartCreate.UserError.self, @@ -156,4 +156,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Mutations/CartLinesAddMutation.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Mutations/CartLinesAddMutation.graphql.swift index 6bbb61f6..3129c267 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Mutations/CartLinesAddMutation.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Mutations/CartLinesAddMutation.graphql.swift @@ -46,7 +46,7 @@ extension Storefront { .field("cartLinesAdd", CartLinesAdd?.self, arguments: [ "cartId": .variable("cartId"), "lines": .variable("lines") - ]), + ]) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLinesAddMutation.Data.self @@ -68,7 +68,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("cart", Cart?.self), - .field("userErrors", [UserError].self), + .field("userErrors", [UserError].self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLinesAddMutation.Data.CartLinesAdd.self @@ -89,7 +89,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.Cart } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .fragment(CartFragment.self), + .fragment(CartFragment.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLinesAddMutation.Data.CartLinesAdd.Cart.self, @@ -138,7 +138,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.CartUserError } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .fragment(CartUserErrorFragment.self), + .fragment(CartUserErrorFragment.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLinesAddMutation.Data.CartLinesAdd.UserError.self, @@ -163,4 +163,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Mutations/CartLinesUpdateMutation.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Mutations/CartLinesUpdateMutation.graphql.swift index a28cfc4b..9816d1fc 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Mutations/CartLinesUpdateMutation.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Mutations/CartLinesUpdateMutation.graphql.swift @@ -46,7 +46,7 @@ extension Storefront { .field("cartLinesUpdate", CartLinesUpdate?.self, arguments: [ "cartId": .variable("cartId"), "lines": .variable("lines") - ]), + ]) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLinesUpdateMutation.Data.self @@ -68,7 +68,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("cart", Cart?.self), - .field("userErrors", [UserError].self), + .field("userErrors", [UserError].self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLinesUpdateMutation.Data.CartLinesUpdate.self @@ -89,7 +89,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.Cart } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .fragment(CartFragment.self), + .fragment(CartFragment.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLinesUpdateMutation.Data.CartLinesUpdate.Cart.self, @@ -138,7 +138,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.CartUserError } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .fragment(CartUserErrorFragment.self), + .fragment(CartUserErrorFragment.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLinesUpdateMutation.Data.CartLinesUpdate.UserError.self, @@ -163,4 +163,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Queries/GetCartQuery.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Queries/GetCartQuery.graphql.swift index 35cb0b8e..b9d8e4b6 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Queries/GetCartQuery.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Queries/GetCartQuery.graphql.swift @@ -39,7 +39,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.QueryRoot } static var __selections: [ApolloAPI.Selection] { [ - .field("cart", Cart?.self, arguments: ["id": .variable("id")]), + .field("cart", Cart?.self, arguments: ["id": .variable("id")]) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetCartQuery.Data.self @@ -60,7 +60,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.Cart } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .fragment(CartFragment.self), + .fragment(CartFragment.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetCartQuery.Data.Cart.self, @@ -101,4 +101,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Queries/GetProductsQuery.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Queries/GetProductsQuery.graphql.swift index 718bb350..dfce1b5b 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Queries/GetProductsQuery.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Operations/Queries/GetProductsQuery.graphql.swift @@ -38,7 +38,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.QueryRoot } static var __selections: [ApolloAPI.Selection] { [ - .field("products", Products.self, arguments: ["first": .variable("first")]), + .field("products", Products.self, arguments: ["first": .variable("first")]) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetProductsQuery.Data.self @@ -59,7 +59,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.ProductConnection } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("nodes", [Node].self), + .field("nodes", [Node].self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetProductsQuery.Data.Products.self @@ -85,7 +85,7 @@ extension Storefront { .field("vendor", String.self), .field("featuredImage", FeaturedImage?.self), .field("collections", Collections.self, arguments: ["first": 1]), - .field("variants", Variants.self, arguments: ["first": 1]), + .field("variants", Variants.self, arguments: ["first": 1]) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetProductsQuery.Data.Products.Node.self @@ -123,7 +123,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.Image } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("url", Storefront.URL.self), + .field("url", Storefront.URL.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetProductsQuery.Data.Products.Node.FeaturedImage.self @@ -149,7 +149,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.CollectionConnection } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("nodes", [Node].self), + .field("nodes", [Node].self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetProductsQuery.Data.Products.Node.Collections.self @@ -169,7 +169,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("id", Storefront.ID.self), - .field("title", String.self), + .field("title", String.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetProductsQuery.Data.Products.Node.Collections.Node.self @@ -192,7 +192,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.ProductVariantConnection } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("nodes", [Node].self), + .field("nodes", [Node].self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetProductsQuery.Data.Products.Node.Variants.self @@ -214,7 +214,7 @@ extension Storefront { .field("id", Storefront.ID.self), .field("title", String.self), .field("availableForSale", Bool.self), - .field("price", Price.self), + .field("price", Price.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetProductsQuery.Data.Products.Node.Variants.Node.self @@ -240,7 +240,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("amount", Storefront.Decimal.self), - .field("currencyCode", GraphQLEnum.self), + .field("currencyCode", GraphQLEnum.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetProductsQuery.Data.Products.Node.Variants.Node.Price.self @@ -258,4 +258,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/CartDeliveryGroupType.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/CartDeliveryGroupType.graphql.swift index fdc6016f..0c011967 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/CartDeliveryGroupType.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/CartDeliveryGroupType.graphql.swift @@ -13,4 +13,4 @@ extension Storefront { case oneTimePurchase = "ONE_TIME_PURCHASE" } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/CartErrorCode.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/CartErrorCode.graphql.swift index 33f3984a..bac15999 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/CartErrorCode.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/CartErrorCode.graphql.swift @@ -124,4 +124,4 @@ extension Storefront { case cartTooLarge = "CART_TOO_LARGE" } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/CountryCode.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/CountryCode.graphql.swift index 5bcc55f7..6c88637a 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/CountryCode.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/CountryCode.graphql.swift @@ -501,4 +501,4 @@ extension Storefront { case zz = "ZZ" } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/CurrencyCode.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/CurrencyCode.graphql.swift index f119bc53..c2954669 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/CurrencyCode.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/CurrencyCode.graphql.swift @@ -338,4 +338,4 @@ extension Storefront { case xxx = "XXX" } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/DeliveryAddressValidationStrategy.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/DeliveryAddressValidationStrategy.graphql.swift index 2108f7bc..1b55a079 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/DeliveryAddressValidationStrategy.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/DeliveryAddressValidationStrategy.graphql.swift @@ -15,4 +15,4 @@ extension Storefront { case strict = "STRICT" } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/DeliveryMethodType.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/DeliveryMethodType.graphql.swift index 4c927677..7900b024 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/DeliveryMethodType.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/DeliveryMethodType.graphql.swift @@ -20,4 +20,4 @@ extension Storefront { case none = "NONE" } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/LanguageCode.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/LanguageCode.graphql.swift index 1b27c100..b067cc21 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/LanguageCode.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/LanguageCode.graphql.swift @@ -298,4 +298,4 @@ extension Storefront { case mo = "MO" } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/PreferenceDeliveryMethodType.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/PreferenceDeliveryMethodType.graphql.swift index 041f6619..8561d6a0 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/PreferenceDeliveryMethodType.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Enums/PreferenceDeliveryMethodType.graphql.swift @@ -14,4 +14,4 @@ extension Storefront { case pickupPoint = "PICKUP_POINT" } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/AttributeInput.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/AttributeInput.graphql.swift index fdba711e..abb99e2c 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/AttributeInput.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/AttributeInput.graphql.swift @@ -35,4 +35,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartAddressInput.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartAddressInput.graphql.swift index a3ba7125..bc52f550 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartAddressInput.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartAddressInput.graphql.swift @@ -35,4 +35,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartBuyerIdentityInput.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartBuyerIdentityInput.graphql.swift index e44c143c..024bd6f2 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartBuyerIdentityInput.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartBuyerIdentityInput.graphql.swift @@ -73,4 +73,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartDeliveryAddressInput.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartDeliveryAddressInput.graphql.swift index 974f7605..6dbdce6a 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartDeliveryAddressInput.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartDeliveryAddressInput.graphql.swift @@ -101,4 +101,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartDeliveryCoordinatesPreferenceInput.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartDeliveryCoordinatesPreferenceInput.graphql.swift index f5a2e237..07cff0d9 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartDeliveryCoordinatesPreferenceInput.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartDeliveryCoordinatesPreferenceInput.graphql.swift @@ -45,4 +45,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartDeliveryInput.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartDeliveryInput.graphql.swift index 195a443b..bee3c3ec 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartDeliveryInput.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartDeliveryInput.graphql.swift @@ -29,4 +29,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartDeliveryPreferenceInput.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartDeliveryPreferenceInput.graphql.swift index df0d6935..bbda8d31 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartDeliveryPreferenceInput.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartDeliveryPreferenceInput.graphql.swift @@ -48,4 +48,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartInput.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartInput.graphql.swift index b9481ee4..93d87311 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartInput.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartInput.graphql.swift @@ -97,4 +97,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartInputMetafieldInput.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartInputMetafieldInput.graphql.swift index 14287d20..dd1d05e9 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartInputMetafieldInput.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartInputMetafieldInput.graphql.swift @@ -46,4 +46,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartLineInput.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartLineInput.graphql.swift index ad83e0a3..4c30226e 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartLineInput.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartLineInput.graphql.swift @@ -63,4 +63,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartLineParentInput.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartLineParentInput.graphql.swift index 95db4722..12eaf685 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartLineParentInput.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartLineParentInput.graphql.swift @@ -35,4 +35,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartLineUpdateInput.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartLineUpdateInput.graphql.swift index 6143ca21..48f796ca 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartLineUpdateInput.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartLineUpdateInput.graphql.swift @@ -63,4 +63,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartPreferencesInput.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartPreferencesInput.graphql.swift index 939b3d24..e1ba7f3a 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartPreferencesInput.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartPreferencesInput.graphql.swift @@ -38,4 +38,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartSelectableAddressInput.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartSelectableAddressInput.graphql.swift index b5623f57..d367c4fe 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartSelectableAddressInput.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/InputObjects/CartSelectableAddressInput.graphql.swift @@ -53,4 +53,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/BaseCartLine.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/BaseCartLine.graphql.swift index b6471a16..0183481f 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/BaseCartLine.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/BaseCartLine.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Interfaces { "ComponentizableCartLine" ] ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/DisplayableError.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/DisplayableError.graphql.swift index 8903635f..99c07fe9 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/DisplayableError.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/DisplayableError.graphql.swift @@ -17,4 +17,4 @@ extension Storefront.Interfaces { "UserErrorsShopPayPaymentRequestSessionUserErrors" ] ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/HasMetafields.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/HasMetafields.graphql.swift index ea00bbc5..5b1e54df 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/HasMetafields.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/HasMetafields.graphql.swift @@ -28,4 +28,4 @@ extension Storefront.Interfaces { "Shop" ] ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/Media.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/Media.graphql.swift index 19e23314..d8fd84d2 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/Media.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/Media.graphql.swift @@ -17,4 +17,4 @@ extension Storefront.Interfaces { "Video" ] ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/Node.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/Node.graphql.swift index 708fdd3d..9669b43a 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/Node.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/Node.graphql.swift @@ -48,4 +48,4 @@ extension Storefront.Interfaces { "Video" ] ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/OnlineStorePublishable.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/OnlineStorePublishable.graphql.swift index 4eb3f1cf..a6a3b422 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/OnlineStorePublishable.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/OnlineStorePublishable.graphql.swift @@ -17,4 +17,4 @@ extension Storefront.Interfaces { "Product" ] ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/Trackable.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/Trackable.graphql.swift index 899a490c..4b1314bf 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/Trackable.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Interfaces/Trackable.graphql.swift @@ -16,4 +16,4 @@ extension Storefront.Interfaces { "SearchQuerySuggestion" ] ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/AppliedGiftCard.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/AppliedGiftCard.graphql.swift index e8059a38..99e51e9a 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/AppliedGiftCard.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/AppliedGiftCard.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Article.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Article.graphql.swift index 691abfb6..e3c6cae5 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Article.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Article.graphql.swift @@ -17,4 +17,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/BaseCartLineConnection.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/BaseCartLineConnection.graphql.swift index 38e4c119..11ea6de7 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/BaseCartLineConnection.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/BaseCartLineConnection.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Blog.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Blog.graphql.swift index 720731f0..f2802529 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Blog.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Blog.graphql.swift @@ -16,4 +16,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Cart.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Cart.graphql.swift index 7baa8327..0dc943e1 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Cart.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Cart.graphql.swift @@ -17,4 +17,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartBuyerIdentity.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartBuyerIdentity.graphql.swift index 0fbd53f7..60e7d4a8 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartBuyerIdentity.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartBuyerIdentity.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartCost.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartCost.graphql.swift index 5374e18d..cf732000 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartCost.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartCost.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartCreatePayload.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartCreatePayload.graphql.swift index fcb58f7c..df36540f 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartCreatePayload.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartCreatePayload.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartDeliveryGroup.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartDeliveryGroup.graphql.swift index 29202b85..93f62a18 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartDeliveryGroup.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartDeliveryGroup.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartDeliveryGroupConnection.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartDeliveryGroupConnection.graphql.swift index 7132a45d..0c032dc3 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartDeliveryGroupConnection.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartDeliveryGroupConnection.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartDeliveryOption.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartDeliveryOption.graphql.swift index f79dfec1..d515ddde 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartDeliveryOption.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartDeliveryOption.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartLine.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartLine.graphql.swift index f9ae50ca..23d1f3c9 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartLine.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartLine.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartLineCost.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartLineCost.graphql.swift index 9ab492df..7ebcdb7e 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartLineCost.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartLineCost.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartLinesAddPayload.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartLinesAddPayload.graphql.swift index 2197feb8..05e0399b 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartLinesAddPayload.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartLinesAddPayload.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartLinesUpdatePayload.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartLinesUpdatePayload.graphql.swift index 1113be94..e84affe0 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartLinesUpdatePayload.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartLinesUpdatePayload.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartUserError.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartUserError.graphql.swift index d51a1f13..83855724 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartUserError.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CartUserError.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.DisplayableError.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Collection.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Collection.graphql.swift index 0bdcac9b..f1649a9e 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Collection.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Collection.graphql.swift @@ -17,4 +17,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CollectionConnection.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CollectionConnection.graphql.swift index 71e8b990..e0d1f034 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CollectionConnection.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CollectionConnection.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Comment.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Comment.graphql.swift index 0d2a63e8..5cc392fa 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Comment.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Comment.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Company.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Company.graphql.swift index c4dfa172..8fbbe2a6 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Company.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Company.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CompanyContact.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CompanyContact.graphql.swift index 58952e8f..4045ff8f 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CompanyContact.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CompanyContact.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CompanyLocation.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CompanyLocation.graphql.swift index d9da2049..1a284b39 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CompanyLocation.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CompanyLocation.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ComponentizableCartLine.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ComponentizableCartLine.graphql.swift index ba9f64e6..e54f028f 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ComponentizableCartLine.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ComponentizableCartLine.graphql.swift @@ -13,4 +13,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Customer.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Customer.graphql.swift index 1170785b..f0bd11ce 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Customer.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Customer.graphql.swift @@ -14,4 +14,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.HasMetafields.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CustomerUserError.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CustomerUserError.graphql.swift index 2eb1d5f2..90bdbf65 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CustomerUserError.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/CustomerUserError.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.DisplayableError.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ExternalVideo.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ExternalVideo.graphql.swift index f6815731..4b50b96b 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ExternalVideo.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ExternalVideo.graphql.swift @@ -13,4 +13,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/GenericFile.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/GenericFile.graphql.swift index 925f0f7b..aca26a26 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/GenericFile.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/GenericFile.graphql.swift @@ -14,4 +14,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Image.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Image.graphql.swift index 61e7b347..14f0c686 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Image.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Image.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Location.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Location.graphql.swift index 998e2dea..ada147c4 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Location.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Location.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MailingAddress.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MailingAddress.graphql.swift index e2aeb077..b76d5360 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MailingAddress.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MailingAddress.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Market.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Market.graphql.swift index 6cdbc4b7..0ac63890 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Market.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Market.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MediaImage.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MediaImage.graphql.swift index 15f13731..51864270 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MediaImage.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MediaImage.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MediaPresentation.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MediaPresentation.graphql.swift index 89b8d847..50486ae0 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MediaPresentation.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MediaPresentation.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Menu.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Menu.graphql.swift index c3d6e302..54f59215 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Menu.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Menu.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MenuItem.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MenuItem.graphql.swift index f5454699..af98b3f0 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MenuItem.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MenuItem.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Metafield.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Metafield.graphql.swift index 5aea7549..ddb03bb8 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Metafield.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Metafield.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MetafieldDeleteUserError.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MetafieldDeleteUserError.graphql.swift index fb988256..1d308307 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MetafieldDeleteUserError.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MetafieldDeleteUserError.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.DisplayableError.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MetafieldsSetUserError.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MetafieldsSetUserError.graphql.swift index aa72a9ce..a3b4e33c 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MetafieldsSetUserError.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MetafieldsSetUserError.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.DisplayableError.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Metaobject.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Metaobject.graphql.swift index 5e221dbc..245f5d43 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Metaobject.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Metaobject.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Model3d.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Model3d.graphql.swift index 94a66ea8..391b19f8 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Model3d.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Model3d.graphql.swift @@ -13,4 +13,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MoneyV2.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MoneyV2.graphql.swift index f7594c47..21ec1919 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MoneyV2.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/MoneyV2.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Mutation.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Mutation.graphql.swift index d2ddf46b..15342be8 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Mutation.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Mutation.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Order.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Order.graphql.swift index 532c0153..9f94fa05 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Order.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Order.graphql.swift @@ -13,4 +13,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Page.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Page.graphql.swift index aea59a08..8a1ef0b9 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Page.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Page.graphql.swift @@ -17,4 +17,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Product.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Product.graphql.swift index 817873bd..f161e883 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Product.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Product.graphql.swift @@ -21,4 +21,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductConnection.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductConnection.graphql.swift index 46ea1f7c..b56a1408 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductConnection.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductConnection.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductOption.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductOption.graphql.swift index 7681d1c2..16438833 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductOption.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductOption.graphql.swift @@ -14,4 +14,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductOptionValue.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductOptionValue.graphql.swift index bc12d308..dc0d76f2 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductOptionValue.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductOptionValue.graphql.swift @@ -14,4 +14,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductVariant.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductVariant.graphql.swift index 8ed52236..26b25d61 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductVariant.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductVariant.graphql.swift @@ -17,4 +17,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductVariantConnection.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductVariantConnection.graphql.swift index f0e27a32..a4517947 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductVariantConnection.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ProductVariantConnection.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/QueryRoot.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/QueryRoot.graphql.swift index 6209b19f..3fdb3e11 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/QueryRoot.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/QueryRoot.graphql.swift @@ -14,4 +14,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/SearchQuerySuggestion.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/SearchQuerySuggestion.graphql.swift index ac5debda..fd7ba507 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/SearchQuerySuggestion.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/SearchQuerySuggestion.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Trackable.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/SellingPlan.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/SellingPlan.graphql.swift index dd7ad9ae..15e223b4 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/SellingPlan.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/SellingPlan.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.HasMetafields.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Shop.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Shop.graphql.swift index c6221d8d..84672eaf 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Shop.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Shop.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ShopPayInstallmentsFinancingPlan.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ShopPayInstallmentsFinancingPlan.graphql.swift index 0b98df74..d93ed02d 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ShopPayInstallmentsFinancingPlan.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ShopPayInstallmentsFinancingPlan.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ShopPayInstallmentsFinancingPlanTerm.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ShopPayInstallmentsFinancingPlanTerm.graphql.swift index f727ced5..c1ac76cb 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ShopPayInstallmentsFinancingPlanTerm.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ShopPayInstallmentsFinancingPlanTerm.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ShopPayInstallmentsProductVariantPricing.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ShopPayInstallmentsProductVariantPricing.graphql.swift index 218afa74..fe9c6f5b 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ShopPayInstallmentsProductVariantPricing.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ShopPayInstallmentsProductVariantPricing.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ShopPolicy.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ShopPolicy.graphql.swift index d95d8167..748255a2 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ShopPolicy.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/ShopPolicy.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/TaxonomyCategory.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/TaxonomyCategory.graphql.swift index e33e6c67..23b1dba8 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/TaxonomyCategory.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/TaxonomyCategory.graphql.swift @@ -14,4 +14,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/UrlRedirect.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/UrlRedirect.graphql.swift index 599a70ce..6d6a5583 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/UrlRedirect.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/UrlRedirect.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/UserError.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/UserError.graphql.swift index 9950824e..9e4d7296 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/UserError.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/UserError.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.DisplayableError.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/UserErrorsShopPayPaymentRequestSessionUserErrors.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/UserErrorsShopPayPaymentRequestSessionUserErrors.graphql.swift index b125e1e4..f51b3f2c 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/UserErrorsShopPayPaymentRequestSessionUserErrors.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/UserErrorsShopPayPaymentRequestSessionUserErrors.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.DisplayableError.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Video.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Video.graphql.swift index 128216ee..5c102ac3 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Video.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Objects/Video.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/SchemaMetadata.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/SchemaMetadata.graphql.swift index dc227216..6c06aa31 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/SchemaMetadata.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/SchemaMetadata.graphql.swift @@ -102,4 +102,4 @@ extension Storefront { nonisolated enum Interfaces {} nonisolated enum Unions {} -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Unions/Merchandise.graphql.swift b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Unions/Merchandise.graphql.swift index 568879da..8d72c63b 100644 --- a/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Unions/Merchandise.graphql.swift +++ b/platforms/swift/Samples/MobileBuyIntegration/MobileBuyIntegration/Sources/Generated/Schema/Unions/Merchandise.graphql.swift @@ -9,4 +9,4 @@ extension Storefront.Unions { name: "Merchandise", possibleTypes: [Storefront.Objects.ProductVariant.self] ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Fragments/CartDeliveryGroupFragment.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Fragments/CartDeliveryGroupFragment.graphql.swift index 83429431..3089f4e0 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Fragments/CartDeliveryGroupFragment.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Fragments/CartDeliveryGroupFragment.graphql.swift @@ -20,7 +20,7 @@ extension Storefront { .field("groupType", GraphQLEnum.self), .field("deliveryAddress", DeliveryAddress.self), .field("deliveryOptions", [DeliveryOption].self), - .field("selectedDeliveryOption", SelectedDeliveryOption?.self), + .field("selectedDeliveryOption", SelectedDeliveryOption?.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartDeliveryGroupFragment.self @@ -55,7 +55,7 @@ extension Storefront { .field("lastName", String?.self), .field("phone", String?.self), .field("province", String?.self), - .field("zip", String?.self), + .field("zip", String?.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartDeliveryGroupFragment.DeliveryAddress.self @@ -100,7 +100,7 @@ extension Storefront { .field("code", String?.self), .field("deliveryMethodType", GraphQLEnum.self), .field("description", String?.self), - .field("estimatedCost", EstimatedCost.self), + .field("estimatedCost", EstimatedCost.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartDeliveryGroupFragment.DeliveryOption.self @@ -130,7 +130,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("amount", Storefront.Decimal.self), - .field("currencyCode", GraphQLEnum.self), + .field("currencyCode", GraphQLEnum.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartDeliveryGroupFragment.DeliveryOption.EstimatedCost.self @@ -156,7 +156,7 @@ extension Storefront { .field("description", String?.self), .field("title", String?.self), .field("handle", String.self), - .field("estimatedCost", EstimatedCost.self), + .field("estimatedCost", EstimatedCost.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartDeliveryGroupFragment.SelectedDeliveryOption.self @@ -182,7 +182,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("amount", Storefront.Decimal.self), - .field("currencyCode", GraphQLEnum.self), + .field("currencyCode", GraphQLEnum.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartDeliveryGroupFragment.SelectedDeliveryOption.EstimatedCost.self @@ -196,4 +196,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Fragments/CartFragment.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Fragments/CartFragment.graphql.swift index 3297288a..a034bed3 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Fragments/CartFragment.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Fragments/CartFragment.graphql.swift @@ -22,7 +22,7 @@ extension Storefront { .field("buyerIdentity", BuyerIdentity.self), .field("deliveryGroups", DeliveryGroups.self, arguments: ["first": 10]), .field("lines", Lines.self, arguments: ["first": 250]), - .field("cost", Cost.self), + .field("cost", Cost.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.self @@ -56,7 +56,7 @@ extension Storefront { .field("__typename", String.self), .field("email", String?.self), .field("phone", String?.self), - .field("customer", Customer?.self), + .field("customer", Customer?.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.BuyerIdentity.self @@ -80,7 +80,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("email", String?.self), - .field("phone", String?.self), + .field("phone", String?.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.BuyerIdentity.Customer.self @@ -103,7 +103,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.CartDeliveryGroupConnection } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("nodes", [Node].self), + .field("nodes", [Node].self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.DeliveryGroups.self @@ -122,7 +122,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.CartDeliveryGroup } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .fragment(CartDeliveryGroupFragment.self), + .fragment(CartDeliveryGroupFragment.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.DeliveryGroups.Node.self, @@ -165,7 +165,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.BaseCartLineConnection } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("nodes", [Node].self), + .field("nodes", [Node].self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.Lines.self @@ -184,7 +184,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Interfaces.BaseCartLine } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .fragment(CartLineFragment.self), + .fragment(CartLineFragment.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.Lines.Node.self, @@ -225,7 +225,7 @@ extension Storefront { .field("__typename", String.self), .field("totalAmount", TotalAmount.self), .field("subtotalAmount", SubtotalAmount.self), - .field("totalTaxAmount", TotalTaxAmount?.self), + .field("totalTaxAmount", TotalTaxAmount?.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.Cost.self @@ -250,7 +250,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("amount", Storefront.Decimal.self), - .field("currencyCode", GraphQLEnum.self), + .field("currencyCode", GraphQLEnum.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.Cost.TotalAmount.self @@ -273,7 +273,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("amount", Storefront.Decimal.self), - .field("currencyCode", GraphQLEnum.self), + .field("currencyCode", GraphQLEnum.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.Cost.SubtotalAmount.self @@ -296,7 +296,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("amount", Storefront.Decimal.self), - .field("currencyCode", GraphQLEnum.self), + .field("currencyCode", GraphQLEnum.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartFragment.Cost.TotalTaxAmount.self @@ -310,4 +310,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Fragments/CartLineFragment.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Fragments/CartLineFragment.graphql.swift index f383a890..e9a7b5da 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Fragments/CartLineFragment.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Fragments/CartLineFragment.graphql.swift @@ -19,7 +19,7 @@ extension Storefront { .field("id", Storefront.ID.self), .field("quantity", Int.self), .field("merchandise", Merchandise.self), - .field("cost", Cost.self), + .field("cost", Cost.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.self @@ -44,7 +44,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Unions.Merchandise } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .inlineFragment(AsProductVariant.self), + .inlineFragment(AsProductVariant.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.Merchandise.self @@ -67,7 +67,7 @@ extension Storefront { .field("image", Image?.self), .field("price", Price.self), .field("product", Product.self), - .field("requiresShipping", Bool.self), + .field("requiresShipping", Bool.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.Merchandise.self, @@ -97,7 +97,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.Image } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("url", Storefront.URL.self), + .field("url", Storefront.URL.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.Merchandise.AsProductVariant.Image.self @@ -124,7 +124,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("amount", Storefront.Decimal.self), - .field("currencyCode", GraphQLEnum.self), + .field("currencyCode", GraphQLEnum.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.Merchandise.AsProductVariant.Price.self @@ -148,7 +148,7 @@ extension Storefront { .field("__typename", String.self), .field("title", String.self), .field("vendor", String.self), - .field("featuredImage", FeaturedImage?.self), + .field("featuredImage", FeaturedImage?.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.Merchandise.AsProductVariant.Product.self @@ -174,7 +174,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.Image } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("url", Storefront.URL.self), + .field("url", Storefront.URL.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.Merchandise.AsProductVariant.Product.FeaturedImage.self @@ -203,7 +203,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.CartLineCost } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("totalAmount", TotalAmount.self), + .field("totalAmount", TotalAmount.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.Cost.self @@ -223,7 +223,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("amount", Storefront.Decimal.self), - .field("currencyCode", GraphQLEnum.self), + .field("currencyCode", GraphQLEnum.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartLineFragment.Cost.TotalAmount.self @@ -237,4 +237,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Fragments/CartUserErrorFragment.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Fragments/CartUserErrorFragment.graphql.swift index 8939655d..94d70094 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Fragments/CartUserErrorFragment.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Fragments/CartUserErrorFragment.graphql.swift @@ -18,7 +18,7 @@ extension Storefront { .field("__typename", String.self), .field("code", GraphQLEnum?.self), .field("message", String.self), - .field("field", [String]?.self), + .field("field", [String]?.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartUserErrorFragment.self @@ -32,4 +32,4 @@ extension Storefront { var field: [String]? { __data["field"] } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Operations/Mutations/CartCreateMutation.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Operations/Mutations/CartCreateMutation.graphql.swift index 6cca1da6..36393428 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Operations/Mutations/CartCreateMutation.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Operations/Mutations/CartCreateMutation.graphql.swift @@ -39,7 +39,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.Mutation } static var __selections: [ApolloAPI.Selection] { [ - .field("cartCreate", CartCreate?.self, arguments: ["input": .variable("input")]), + .field("cartCreate", CartCreate?.self, arguments: ["input": .variable("input")]) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartCreateMutation.Data.self @@ -61,7 +61,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("cart", Cart?.self), - .field("userErrors", [UserError].self), + .field("userErrors", [UserError].self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartCreateMutation.Data.CartCreate.self @@ -82,7 +82,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.Cart } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .fragment(CartFragment.self), + .fragment(CartFragment.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartCreateMutation.Data.CartCreate.Cart.self, @@ -131,7 +131,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.CartUserError } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .fragment(CartUserErrorFragment.self), + .fragment(CartUserErrorFragment.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ CartCreateMutation.Data.CartCreate.UserError.self, @@ -156,4 +156,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Operations/Queries/GetCartQuery.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Operations/Queries/GetCartQuery.graphql.swift index f3d99003..786e32dc 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Operations/Queries/GetCartQuery.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Operations/Queries/GetCartQuery.graphql.swift @@ -39,7 +39,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.QueryRoot } static var __selections: [ApolloAPI.Selection] { [ - .field("cart", Cart?.self, arguments: ["id": .variable("id")]), + .field("cart", Cart?.self, arguments: ["id": .variable("id")]) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetCartQuery.Data.self @@ -60,7 +60,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.Cart } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .fragment(CartFragment.self), + .fragment(CartFragment.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetCartQuery.Data.Cart.self, @@ -101,4 +101,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Operations/Queries/GetProductsQuery.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Operations/Queries/GetProductsQuery.graphql.swift index bba41723..7c8e52c1 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Operations/Queries/GetProductsQuery.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Operations/Queries/GetProductsQuery.graphql.swift @@ -38,7 +38,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.QueryRoot } static var __selections: [ApolloAPI.Selection] { [ - .field("products", Products.self, arguments: ["first": .variable("first")]), + .field("products", Products.self, arguments: ["first": .variable("first")]) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetProductsQuery.Data.self @@ -59,7 +59,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.ProductConnection } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("nodes", [Node].self), + .field("nodes", [Node].self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetProductsQuery.Data.Products.self @@ -81,7 +81,7 @@ extension Storefront { .field("id", Storefront.ID.self), .field("title", String.self), .field("featuredImage", FeaturedImage?.self), - .field("variants", Variants.self, arguments: ["first": 10]), + .field("variants", Variants.self, arguments: ["first": 10]) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetProductsQuery.Data.Products.Node.self @@ -109,7 +109,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.Image } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("url", Storefront.URL.self), + .field("url", Storefront.URL.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetProductsQuery.Data.Products.Node.FeaturedImage.self @@ -135,7 +135,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.ProductVariantConnection } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("nodes", [Node].self), + .field("nodes", [Node].self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetProductsQuery.Data.Products.Node.Variants.self @@ -158,7 +158,7 @@ extension Storefront { .field("title", String.self), .field("requiresShipping", Bool.self), .field("image", Image?.self), - .field("price", Price.self), + .field("price", Price.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetProductsQuery.Data.Products.Node.Variants.Node.self @@ -185,7 +185,7 @@ extension Storefront { static var __parentType: any ApolloAPI.ParentType { Storefront.Objects.Image } static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), - .field("url", Storefront.URL.self), + .field("url", Storefront.URL.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetProductsQuery.Data.Products.Node.Variants.Node.Image.self @@ -212,7 +212,7 @@ extension Storefront { static var __selections: [ApolloAPI.Selection] { [ .field("__typename", String.self), .field("amount", Storefront.Decimal.self), - .field("currencyCode", GraphQLEnum.self), + .field("currencyCode", GraphQLEnum.self) ] } static var __fulfilledFragments: [any ApolloAPI.SelectionSet.Type] { [ GetProductsQuery.Data.Products.Node.Variants.Node.Price.self @@ -230,4 +230,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/CartDeliveryGroupType.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/CartDeliveryGroupType.graphql.swift index 60da42ae..303be71e 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/CartDeliveryGroupType.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/CartDeliveryGroupType.graphql.swift @@ -13,4 +13,4 @@ extension Storefront { case oneTimePurchase = "ONE_TIME_PURCHASE" } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/CartErrorCode.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/CartErrorCode.graphql.swift index 9dfbc862..3d451d35 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/CartErrorCode.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/CartErrorCode.graphql.swift @@ -124,4 +124,4 @@ extension Storefront { case cartTooLarge = "CART_TOO_LARGE" } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/CountryCode.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/CountryCode.graphql.swift index 4022b875..4e40032c 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/CountryCode.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/CountryCode.graphql.swift @@ -501,4 +501,4 @@ extension Storefront { case zz = "ZZ" } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/CurrencyCode.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/CurrencyCode.graphql.swift index 47b30dbd..772f34b8 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/CurrencyCode.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/CurrencyCode.graphql.swift @@ -338,4 +338,4 @@ extension Storefront { case xxx = "XXX" } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/DeliveryAddressValidationStrategy.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/DeliveryAddressValidationStrategy.graphql.swift index 25232e2c..2a8c6445 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/DeliveryAddressValidationStrategy.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/DeliveryAddressValidationStrategy.graphql.swift @@ -15,4 +15,4 @@ extension Storefront { case strict = "STRICT" } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/DeliveryMethodType.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/DeliveryMethodType.graphql.swift index e0503645..f0615e83 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/DeliveryMethodType.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/DeliveryMethodType.graphql.swift @@ -20,4 +20,4 @@ extension Storefront { case none = "NONE" } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/LanguageCode.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/LanguageCode.graphql.swift index f543c931..2d905ddb 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/LanguageCode.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/LanguageCode.graphql.swift @@ -298,4 +298,4 @@ extension Storefront { case mo = "MO" } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/PreferenceDeliveryMethodType.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/PreferenceDeliveryMethodType.graphql.swift index a5485f8e..e6f12a95 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/PreferenceDeliveryMethodType.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Enums/PreferenceDeliveryMethodType.graphql.swift @@ -14,4 +14,4 @@ extension Storefront { case pickupPoint = "PICKUP_POINT" } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/AttributeInput.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/AttributeInput.graphql.swift index 913d9702..161b0a7e 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/AttributeInput.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/AttributeInput.graphql.swift @@ -35,4 +35,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartAddressInput.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartAddressInput.graphql.swift index 8c57e052..65ae6b69 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartAddressInput.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartAddressInput.graphql.swift @@ -35,4 +35,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartBuyerIdentityInput.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartBuyerIdentityInput.graphql.swift index c2d518b4..fad982fe 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartBuyerIdentityInput.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartBuyerIdentityInput.graphql.swift @@ -73,4 +73,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartDeliveryAddressInput.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartDeliveryAddressInput.graphql.swift index caeb8cc8..a58f7c13 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartDeliveryAddressInput.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartDeliveryAddressInput.graphql.swift @@ -101,4 +101,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartDeliveryCoordinatesPreferenceInput.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartDeliveryCoordinatesPreferenceInput.graphql.swift index 69435f27..2df97390 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartDeliveryCoordinatesPreferenceInput.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartDeliveryCoordinatesPreferenceInput.graphql.swift @@ -45,4 +45,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartDeliveryInput.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartDeliveryInput.graphql.swift index 0a029213..0ecc5647 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartDeliveryInput.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartDeliveryInput.graphql.swift @@ -29,4 +29,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartDeliveryPreferenceInput.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartDeliveryPreferenceInput.graphql.swift index 79717c62..aa091983 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartDeliveryPreferenceInput.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartDeliveryPreferenceInput.graphql.swift @@ -48,4 +48,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartInput.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartInput.graphql.swift index a2d719d4..30b3c17a 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartInput.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartInput.graphql.swift @@ -97,4 +97,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartInputMetafieldInput.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartInputMetafieldInput.graphql.swift index 5437aec6..c71ea580 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartInputMetafieldInput.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartInputMetafieldInput.graphql.swift @@ -46,4 +46,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartLineInput.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartLineInput.graphql.swift index a2374a9b..d93e2d52 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartLineInput.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartLineInput.graphql.swift @@ -63,4 +63,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartLineParentInput.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartLineParentInput.graphql.swift index f4545a90..37fac30d 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartLineParentInput.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartLineParentInput.graphql.swift @@ -35,4 +35,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartPreferencesInput.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartPreferencesInput.graphql.swift index 9245fff6..d4ebc9f7 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartPreferencesInput.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartPreferencesInput.graphql.swift @@ -38,4 +38,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartSelectableAddressInput.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartSelectableAddressInput.graphql.swift index e5c4230f..54d44b92 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartSelectableAddressInput.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/InputObjects/CartSelectableAddressInput.graphql.swift @@ -53,4 +53,4 @@ extension Storefront { } } -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/BaseCartLine.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/BaseCartLine.graphql.swift index 61fc8cc1..64b6bc10 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/BaseCartLine.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/BaseCartLine.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Interfaces { "ComponentizableCartLine" ] ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/DisplayableError.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/DisplayableError.graphql.swift index 13deac40..d2e59fa2 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/DisplayableError.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/DisplayableError.graphql.swift @@ -17,4 +17,4 @@ extension Storefront.Interfaces { "UserErrorsShopPayPaymentRequestSessionUserErrors" ] ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/HasMetafields.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/HasMetafields.graphql.swift index 02ccfef4..f2335daf 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/HasMetafields.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/HasMetafields.graphql.swift @@ -28,4 +28,4 @@ extension Storefront.Interfaces { "Shop" ] ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/Media.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/Media.graphql.swift index 44c7f20a..29eb5dac 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/Media.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/Media.graphql.swift @@ -17,4 +17,4 @@ extension Storefront.Interfaces { "Video" ] ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/Node.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/Node.graphql.swift index 31b92b0f..8e8cb565 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/Node.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/Node.graphql.swift @@ -48,4 +48,4 @@ extension Storefront.Interfaces { "Video" ] ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/OnlineStorePublishable.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/OnlineStorePublishable.graphql.swift index 7bffac38..d407f1fa 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/OnlineStorePublishable.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/OnlineStorePublishable.graphql.swift @@ -17,4 +17,4 @@ extension Storefront.Interfaces { "Product" ] ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/Trackable.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/Trackable.graphql.swift index 0d0c0468..d5993ab3 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/Trackable.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Interfaces/Trackable.graphql.swift @@ -16,4 +16,4 @@ extension Storefront.Interfaces { "SearchQuerySuggestion" ] ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/AppliedGiftCard.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/AppliedGiftCard.graphql.swift index c3026ba8..bf5bda77 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/AppliedGiftCard.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/AppliedGiftCard.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Article.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Article.graphql.swift index b5212975..7b4c3539 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Article.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Article.graphql.swift @@ -17,4 +17,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/BaseCartLineConnection.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/BaseCartLineConnection.graphql.swift index 7fab79ec..b31a2175 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/BaseCartLineConnection.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/BaseCartLineConnection.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Blog.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Blog.graphql.swift index 9a84304a..a6b5b4c8 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Blog.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Blog.graphql.swift @@ -16,4 +16,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Cart.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Cart.graphql.swift index b972c9c4..5fa4febe 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Cart.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Cart.graphql.swift @@ -17,4 +17,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartBuyerIdentity.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartBuyerIdentity.graphql.swift index 65352dda..df867a98 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartBuyerIdentity.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartBuyerIdentity.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartCost.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartCost.graphql.swift index 92f14c18..70aeee71 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartCost.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartCost.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartCreatePayload.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartCreatePayload.graphql.swift index 4ef66532..f98d0597 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartCreatePayload.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartCreatePayload.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartDeliveryGroup.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartDeliveryGroup.graphql.swift index 36ccf81d..22a99d08 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartDeliveryGroup.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartDeliveryGroup.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartDeliveryGroupConnection.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartDeliveryGroupConnection.graphql.swift index ffc37986..35f1a8bb 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartDeliveryGroupConnection.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartDeliveryGroupConnection.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartDeliveryOption.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartDeliveryOption.graphql.swift index 0392d699..e84bd764 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartDeliveryOption.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartDeliveryOption.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartLine.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartLine.graphql.swift index 5c0ec2f7..d6d78bb0 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartLine.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartLine.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartLineCost.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartLineCost.graphql.swift index 0f4c9b6a..89cb56a3 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartLineCost.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartLineCost.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartUserError.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartUserError.graphql.swift index 699ee533..628de586 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartUserError.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CartUserError.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.DisplayableError.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Collection.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Collection.graphql.swift index 6ac7a78c..e662cd36 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Collection.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Collection.graphql.swift @@ -17,4 +17,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Comment.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Comment.graphql.swift index 771f5ffc..509d9404 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Comment.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Comment.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Company.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Company.graphql.swift index e2080c88..731da726 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Company.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Company.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CompanyContact.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CompanyContact.graphql.swift index b1cca8c3..0f281078 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CompanyContact.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CompanyContact.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CompanyLocation.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CompanyLocation.graphql.swift index 2130e718..dfddd664 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CompanyLocation.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CompanyLocation.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ComponentizableCartLine.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ComponentizableCartLine.graphql.swift index e10d4c57..e90f3240 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ComponentizableCartLine.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ComponentizableCartLine.graphql.swift @@ -13,4 +13,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Customer.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Customer.graphql.swift index a4d625fd..2013a2b8 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Customer.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Customer.graphql.swift @@ -14,4 +14,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.HasMetafields.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CustomerUserError.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CustomerUserError.graphql.swift index 5a4f4ba0..6eb9989d 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CustomerUserError.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/CustomerUserError.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.DisplayableError.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ExternalVideo.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ExternalVideo.graphql.swift index fdcfc6ef..b70236ac 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ExternalVideo.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ExternalVideo.graphql.swift @@ -13,4 +13,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/GenericFile.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/GenericFile.graphql.swift index ae63176a..c93b3739 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/GenericFile.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/GenericFile.graphql.swift @@ -14,4 +14,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Image.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Image.graphql.swift index 0243d101..62743f7f 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Image.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Image.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Location.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Location.graphql.swift index 33d8b1b9..7defb435 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Location.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Location.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MailingAddress.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MailingAddress.graphql.swift index 44f5b82f..63844e4e 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MailingAddress.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MailingAddress.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Market.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Market.graphql.swift index 54627b05..e0bb5c8c 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Market.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Market.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MediaImage.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MediaImage.graphql.swift index 275edc92..5cc18fe6 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MediaImage.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MediaImage.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MediaPresentation.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MediaPresentation.graphql.swift index 6391e588..6c79018b 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MediaPresentation.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MediaPresentation.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Menu.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Menu.graphql.swift index 71021728..dfc1f60f 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Menu.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Menu.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MenuItem.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MenuItem.graphql.swift index 0c60bb4e..286ddd78 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MenuItem.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MenuItem.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Metafield.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Metafield.graphql.swift index a138488e..e4fb725d 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Metafield.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Metafield.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MetafieldDeleteUserError.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MetafieldDeleteUserError.graphql.swift index d04f7bb3..29feead1 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MetafieldDeleteUserError.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MetafieldDeleteUserError.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.DisplayableError.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MetafieldsSetUserError.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MetafieldsSetUserError.graphql.swift index 582effc3..21b743a2 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MetafieldsSetUserError.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MetafieldsSetUserError.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.DisplayableError.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Metaobject.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Metaobject.graphql.swift index e978c19e..4c056095 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Metaobject.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Metaobject.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Model3d.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Model3d.graphql.swift index 9bed0a0c..d489f4c3 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Model3d.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Model3d.graphql.swift @@ -13,4 +13,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MoneyV2.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MoneyV2.graphql.swift index 393df385..8393d54b 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MoneyV2.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/MoneyV2.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Mutation.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Mutation.graphql.swift index ec8c61ed..837afb6c 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Mutation.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Mutation.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Order.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Order.graphql.swift index 2a78fd0f..2e075c1d 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Order.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Order.graphql.swift @@ -13,4 +13,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Page.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Page.graphql.swift index 732bd359..23010a62 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Page.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Page.graphql.swift @@ -17,4 +17,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Product.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Product.graphql.swift index 0b5f1d44..87857173 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Product.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Product.graphql.swift @@ -21,4 +21,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductConnection.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductConnection.graphql.swift index 7b3e95f5..74969b9a 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductConnection.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductConnection.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductOption.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductOption.graphql.swift index d0966ede..adaadf1d 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductOption.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductOption.graphql.swift @@ -14,4 +14,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductOptionValue.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductOptionValue.graphql.swift index fb2e1491..e6b3233b 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductOptionValue.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductOptionValue.graphql.swift @@ -14,4 +14,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductVariant.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductVariant.graphql.swift index 73ceceab..fea31a64 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductVariant.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductVariant.graphql.swift @@ -17,4 +17,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductVariantConnection.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductVariantConnection.graphql.swift index 85d4703e..fbf219b1 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductVariantConnection.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ProductVariantConnection.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/QueryRoot.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/QueryRoot.graphql.swift index 758b107a..ece2f519 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/QueryRoot.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/QueryRoot.graphql.swift @@ -14,4 +14,4 @@ extension Storefront.Objects { implementedInterfaces: [], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/SearchQuerySuggestion.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/SearchQuerySuggestion.graphql.swift index 86c66855..70c5d6f9 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/SearchQuerySuggestion.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/SearchQuerySuggestion.graphql.swift @@ -12,4 +12,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Trackable.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/SellingPlan.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/SellingPlan.graphql.swift index 409eb4d3..1bc6d0ee 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/SellingPlan.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/SellingPlan.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.HasMetafields.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Shop.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Shop.graphql.swift index 2aaf36b0..22f6c8ed 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Shop.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Shop.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ShopPayInstallmentsFinancingPlan.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ShopPayInstallmentsFinancingPlan.graphql.swift index b7b81b7f..5936bc11 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ShopPayInstallmentsFinancingPlan.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ShopPayInstallmentsFinancingPlan.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ShopPayInstallmentsFinancingPlanTerm.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ShopPayInstallmentsFinancingPlanTerm.graphql.swift index 6c86ff1f..f7fbe7e4 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ShopPayInstallmentsFinancingPlanTerm.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ShopPayInstallmentsFinancingPlanTerm.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ShopPayInstallmentsProductVariantPricing.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ShopPayInstallmentsProductVariantPricing.graphql.swift index 751d98a2..e402fff6 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ShopPayInstallmentsProductVariantPricing.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ShopPayInstallmentsProductVariantPricing.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ShopPolicy.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ShopPolicy.graphql.swift index 5cc20c1a..6ae0f79e 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ShopPolicy.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/ShopPolicy.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/TaxonomyCategory.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/TaxonomyCategory.graphql.swift index 33f8fa35..f1e7d85a 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/TaxonomyCategory.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/TaxonomyCategory.graphql.swift @@ -14,4 +14,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/UrlRedirect.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/UrlRedirect.graphql.swift index 0738616f..7574473c 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/UrlRedirect.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/UrlRedirect.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.Node.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/UserError.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/UserError.graphql.swift index 4dce0363..a4acbfed 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/UserError.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/UserError.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.DisplayableError.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/UserErrorsShopPayPaymentRequestSessionUserErrors.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/UserErrorsShopPayPaymentRequestSessionUserErrors.graphql.swift index 52635ec5..aaec1e6d 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/UserErrorsShopPayPaymentRequestSessionUserErrors.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/UserErrorsShopPayPaymentRequestSessionUserErrors.graphql.swift @@ -10,4 +10,4 @@ extension Storefront.Objects { implementedInterfaces: [Storefront.Interfaces.DisplayableError.self], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Video.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Video.graphql.swift index 1a4409a6..c62f075d 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Video.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Objects/Video.graphql.swift @@ -15,4 +15,4 @@ extension Storefront.Objects { ], keyFields: nil ) -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/SchemaMetadata.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/SchemaMetadata.graphql.swift index 76ab0431..4a57e64b 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/SchemaMetadata.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/SchemaMetadata.graphql.swift @@ -98,4 +98,4 @@ extension Storefront { enum Interfaces {} enum Unions {} -} \ No newline at end of file +} diff --git a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Unions/Merchandise.graphql.swift b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Unions/Merchandise.graphql.swift index 0ae4c906..d5770e88 100644 --- a/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Unions/Merchandise.graphql.swift +++ b/platforms/swift/Samples/ShopifyAcceleratedCheckoutsApp/ShopifyAcceleratedCheckoutsApp/Generated/Schema/Unions/Merchandise.graphql.swift @@ -9,4 +9,4 @@ extension Storefront.Unions { name: "Merchandise", possibleTypes: [Storefront.Objects.ProductVariant.self] ) -} \ No newline at end of file +}