@@ -460,35 +460,6 @@ type Query implements CartQueryInterface & CustomerActiveCartInterface & OrderQu
460460 key: String
461461 ): PaymentMethod
462462 paymentMethods(where: String, sort: [String!], limit: Int, offset: Int): PaymentMethodQueryResult!
463- """Query variant projections with filtering and pagination"""
464- variantProjections(
465- where: String
466- sort: [String!]
467- limit: Int
468- offset: Int
469- """
470- If true, queries staged projections. If false (default), queries current (published) projections.
471- """
472- staged: Boolean! = false
473- """Filters variant projections by product ID"""
474- productId: String
475- """
476- Filters localized fields (name, slug, description, attribute labels) to the specified locales
477- """
478- localeProjection: [Locale!]
479- """
480- The names of the attributes to include.
481-
482- If neither `includeNames` nor `excludeNames` are provided, then all attributes are returned.
483- """
484- includeNames: [String!]
485- """
486- The names of the attributes to exclude.
487-
488- If neither `includeNames` nor `excludeNames` are provided, then all attributes are returned.
489- """
490- excludeNames: [String!]
491- ): VariantProjectionQueryResult!
492463 productSelectionAssignments(where: String, sort: [String!], limit: Int, offset: Int): ProductAssignmentQueryResult!
493464}
494465
@@ -3300,35 +3271,6 @@ type InStore implements CartDiscountQueryInterface & CartQueryInterface & Custom
33003271 key: String
33013272 ): BusinessUnit
33023273 businessUnits(where: String, sort: [String!], limit: Int, offset: Int): BusinessUnitQueryResult!
3303- """Query variant projections with filtering and pagination"""
3304- variantProjections(
3305- where: String
3306- sort: [String!]
3307- limit: Int
3308- offset: Int
3309- """
3310- If true, queries staged projections. If false (default), queries current (published) projections.
3311- """
3312- staged: Boolean! = false
3313- """Filters variant projections by product ID"""
3314- productId: String
3315- """
3316- Filters localized fields (name, slug, description, attribute labels) to the specified locales
3317- """
3318- localeProjection: [Locale!]
3319- """
3320- The names of the attributes to include.
3321-
3322- If neither `includeNames` nor `excludeNames` are provided, then all attributes are returned.
3323- """
3324- includeNames: [String!]
3325- """
3326- The names of the attributes to exclude.
3327-
3328- If neither `includeNames` nor `excludeNames` are provided, then all attributes are returned.
3329- """
3330- excludeNames: [String!]
3331- ): VariantProjectionQueryResult!
33323274}
33333275
33343276type InStoreMe implements MeQueryInterface & CartQueryInterface & ActiveCartInterface & OrderQueryInterface & ShoppingListQueryInterface {
0 commit comments