Skip to content

Commit 7fe613c

Browse files
committed
Updated API from documentation release
1 parent 681c61f commit 7fe613c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-specs/graphql/schema.sdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10500,10 +10500,10 @@ type Query implements CartQueryInterface & CustomerActiveCartInterface & OrderQu
1050010500
apiClient(id: String!): APIClientWithoutSecret
1050110501
apiClients(where: String, sort: [String!], limit: Int, offset: Int): APIClientWithoutSecretQueryResult!
1050210502
limits: ProjectCustomLimitsProjection!
10503-
productProjectionSearch(projectExpandedProducts: Boolean = false, locale: Locale, text: String, facets: [SearchFacetInput!] = [], filters: [SearchFilterInput!] = [], queryFilters: [SearchFilterInput!] = [], facetFilters: [SearchFilterInput!] = [], sorts: [String!] = [], limit: Int = 10, offset: Int = 0, fuzzy: Boolean = false, fuzzyLevel: Int, priceSelector: PriceSelectorInput, markMatchingVariants: Boolean = false,
10503+
productProjectionSearch(projectExpandedProducts: Boolean = false, locale: Locale, text: String, facets: [SearchFacetInput!] = [], filters: [SearchFilterInput!] = [], queryFilters: [SearchFilterInput!] = [], facetFilters: [SearchFilterInput!] = [], sorts: [String!] = [], limit: Int = 10, offset: Int = 0, fuzzy: Boolean = false, fuzzyLevel: Int, priceSelector: PriceSelectorInput, markMatchingVariants: Boolean,
1050410504

1050510505
"Deprecated: please use 'markMatchingVariants'."
10506-
markMatchingVariant: Boolean = false, storeProjection: String, localeProjection: [Locale!], staged: Boolean = false): ProductProjectionSearchResult!
10506+
markMatchingVariant: Boolean, storeProjection: String, localeProjection: [Locale!], staged: Boolean = false): ProductProjectionSearchResult!
1050710507

1050810508
"""
1050910509
StandalonePrices are managed and queried through the StandalonePrices API

0 commit comments

Comments
 (0)