Skip to content

Commit 54811bd

Browse files
committed
Add related posts and products to graphql schema
1 parent 2b93a20 commit 54811bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/schema.graphqls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ type BlogPost {
116116
views_count: Int @doc(description: "Blog Post Views count")
117117
is_recent_posts_skip: Int @doc(description: "Blog Post Is recent posts skip")
118118
short_content: String @doc(description: "Blog Post Short content")
119+
related_posts: [BlogPost] @doc(description: "Blog Related posts")
120+
related_products: [ProductInterface] @doc(description: "Blog Related products")
119121
#fb_auto_publish: Int @doc(description: "Blog Post Fb auto publish")
120122
#fb_post_format: String @doc(description: "Blog Post Fb post format")
121123
#fb_published: Int @doc(description: "Blog Post Fb published")

0 commit comments

Comments
 (0)