From 79d4d2204c2de9ae92e652d864ee1959186aac2e Mon Sep 17 00:00:00 2001 From: Petro Chaikivskyi Date: Tue, 23 Jan 2024 13:27:02 +0200 Subject: [PATCH] Fix type issue --- etc/schema.graphqls | 5 ----- 1 file changed, 5 deletions(-) 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: "")