Skip to content

Commit 4f846be

Browse files
committed
hot fix
1 parent 5238059 commit 4f846be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/schema.graphqls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ type Sellers {
175175
total_count: Int @doc(description: "The number of sellers returned")
176176
items: [Seller] @doc(description: "An array of sellers that match the specified search criteria")
177177
page_info: SearchResultPageInfo @doc(description: "An object that includes the page_info and currentPage values specified in the query.")
178-
sort_fields: SortFields @doc(description: "An object that includes the default sort field and all available sort fields.") @resolver(class: "Lof\\MarketPlace\\Model\\Resolver\\Sellers\\SortFields")
178+
sort_fields: SortFields @doc(description: "An object that includes the default sort field and all available sort fields.") @resolver(class: "Lof\\MarketplaceGraphQl\\Model\\Resolver\\Sellers\\SortFields")
179179
}
180180

181181
type Products {
@@ -275,7 +275,7 @@ type SellerGroups {
275275
total_count: Int @doc(description: "The number of sellers returned")
276276
items: [SellerGroup] @doc(description: "An array of sellers that match the specified search criteria")
277277
page_info: SearchResultPageInfo @doc(description: "An object that includes the page_info and currentPage values specified in the query.")
278-
sort_fields: SortFields @doc(description: "An object that includes the default sort field and all available sort fields.") @resolver(class: "Lof\\MarketPlace\\Model\\Resolver\\Sellers\\SortFields")
278+
sort_fields: SortFields @doc(description: "An object that includes the default sort field and all available sort fields.") @resolver(class: "Lof\\MarketplaceGraphQl\\Model\\Resolver\\Sellers\\SortFields")
279279
}
280280

281281
type Res {

0 commit comments

Comments
 (0)