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
manufacturer: Int@doc(description: "A number representing the product's manufacturer")
281
281
categories: [CategoryInterface] @doc(description: "The categories assigned to a product") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Categories")
Copy file name to clipboardExpand all lines: app/code/Magento/UrlRewriteGraphQl/etc/schema.graphqls
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,18 @@ type EntityUrl @doc(description: "EntityUrl is an output object containing the `
8
8
}
9
9
10
10
typeQuery {
11
-
urlResolver(url: String!): EntityUrl@resolver(class: "Magento\\UrlRewriteGraphQl\\Model\\Resolver\\UrlRewrite") @doc(description: "The urlResolver query returns the canonical URL for a specified product, category or CMS page")
11
+
urlResolver(url: String!): EntityUrl@resolver(class: "Magento\\UrlRewriteGraphQl\\Model\\Resolver\\EntityUrl") @doc(description: "The urlResolver query returns the canonical URL for a specified product, category or CMS page")
12
12
}
13
13
14
14
enumUrlRewriteEntityTypeEnum {
15
15
}
16
+
17
+
typeUrlRewrite@doc(description: "The object contains URL rewrite details") {
0 commit comments