Skip to content

Commit 0b1cc05

Browse files
Updated GraphQL schema
1 parent f83d944 commit 0b1cc05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api-specs/graphql/schema.sdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ BETA: This feature can be subject to change and should be used carefully in prod
8484
"""
8585
type ProductSearchResult {
8686
id: String!
87-
product: Product!
87+
product(localesProjection: [String!], storeProjection: String): Product!
8888
}
8989

9090
type Query implements CartQueryInterface & CustomerActiveCartInterface & OrderQueryInterface & CustomerQueryInterface & ShoppingListQueryInterface & ShippingMethodsByCartInterface & MeFieldInterface & ProductSelectionQueryInterface {

0 commit comments

Comments
 (0)