diff --git a/etc/schema.graphqls b/etc/schema.graphqls index 403f773..6ae0f5b 100644 --- a/etc/schema.graphqls +++ b/etc/schema.graphqls @@ -77,11 +77,6 @@ enum UrlRewriteEntityTypeEnum { MF_BLOG_SEARCH } -type EntityUrl @doc(description: "") { - id: String @doc(description: "") - -} - type blogPostsOutput implements RoutableInterface { total_count: Int @doc(description: "") total_pages: Int @doc(description: "")