Skip to content

Commit cc0a6a3

Browse files
KrishnaK-Zkeharper
andauthored
Update app/code/Magento/UrlRewriteGraphQl/etc/schema.graphqls
Co-authored-by: Kevin Harper <[email protected]>
1 parent 9eb88a7 commit cc0a6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/UrlRewriteGraphQl/etc/schema.graphqls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type HttpQueryParameter @doc(description: "The object details of target path par
2828
value: String @doc(description: "Parameter value")
2929
}
3030

31-
interface RoutableInterface @typeResolver(class: "Magento\\UrlRewriteGraphQl\\Model\\RoutableInterfaceTypeResolver") @doc(description: "Description here.") {
31+
interface RoutableInterface @typeResolver(class: "Magento\\UrlRewriteGraphQl\\Model\\RoutableInterfaceTypeResolver") @doc(description: "Routable entities serve as the model for a rendered page") {
3232
display_metadata: DisplayMetadata @doc(description: "Display Meta-Data details") @resolver(class: "Magento\\UrlRewriteGraphQl\\Model\\Resolver\\DisplayMetaData")
3333
}
3434

0 commit comments

Comments
 (0)