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 3e7499e commit 3a10c7cCopy full SHA for 3a10c7c
etc/schema.graphqls
@@ -123,6 +123,9 @@ type BlogPost {
123
position: Int @doc(description: "Blog Post Position")
124
first_image: String @doc(description: "Blog Post first image")
125
featured_image: String @doc(description: "Blog Post Featured image")
126
+ featured_img_alt: String @doc(description: "Blog Post Featured image alt text")
127
+ featured_list_image: String @doc(description: "Blog Post Featured List image")
128
+ featured_list_img_alt: String @doc(description: "Blog Post Featured List image alt text")
129
author: BlogAuthor @doc(description: "Blog Post Author")
130
author_id: Int @doc(description: "Blog Post Author Id")
131
search: String @doc(description: "Blog Post Search Term")
0 commit comments