You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: etc/schema.graphqls
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ type Sellers {
175
175
total_count: Int@doc(description: "The number of sellers returned")
176
176
items: [Seller] @doc(description: "An array of sellers that match the specified search criteria")
177
177
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")
179
179
}
180
180
181
181
typeProducts {
@@ -275,7 +275,7 @@ type SellerGroups {
275
275
total_count: Int@doc(description: "The number of sellers returned")
276
276
items: [SellerGroup] @doc(description: "An array of sellers that match the specified search criteria")
277
277
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")
0 commit comments