Skip to content

Commit 2de3a9d

Browse files
committed
build(codegen): updating SDK
1 parent 8560eb3 commit 2de3a9d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10500,10 +10500,10 @@ type Query {
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

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,3 +490,4 @@ fea3fbfdc8dedcaeb467c0c66bd4968c1d79156c
490490
0eb82a344545c68d83a79ce78e4d353ba3a94a6f
491491
18c787052fbe07c50524d8249ada01228db2a8c9
492492
681c61f208c763fb7e0171b337956ebd3773aba1
493+
7fe613ca616e3dc91ba35bb3a8109ff1a4ec534a

0 commit comments

Comments
 (0)