We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b93a20 commit 54811bdCopy full SHA for 54811bd
etc/schema.graphqls
@@ -116,6 +116,8 @@ type BlogPost {
116
views_count: Int @doc(description: "Blog Post Views count")
117
is_recent_posts_skip: Int @doc(description: "Blog Post Is recent posts skip")
118
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")
121
#fb_auto_publish: Int @doc(description: "Blog Post Fb auto publish")
122
#fb_post_format: String @doc(description: "Blog Post Fb post format")
123
#fb_published: Int @doc(description: "Blog Post Fb published")
0 commit comments