Skip to content

Commit 55bbf6d

Browse files
authored
Update schema.graphqls
1 parent b1e02da commit 55bbf6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/schema.graphqls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ type BlogPost {
118118
creation_time: String @doc(description: "Blog Post Creation time")
119119
update_time: String @doc(description: "Blog Post Update time")
120120
publish_time: String @doc(description: "Blog Post Publish time")
121+
end_time: String @doc(description: "Blog Post End time")
121122
is_active: Int @doc(description: "Blog Post Is active")
122123
include_in_recent: Int @doc(description: "Blog Post Include in recent")
123124
position: Int @doc(description: "Blog Post Position")

0 commit comments

Comments
 (0)