Skip to content

Commit f55f3f5

Browse files
committed
Add handbook category image links
1 parent 92b89b7 commit f55f3f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schema-static.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,10 @@ type ItemCategory {
363363
normalizedName: String!
364364
parent: ItemCategory
365365
children: [ItemCategory]
366+
"""
367+
Only Handbook categories have image links
368+
"""
369+
imageLink: String
366370
}
367371
368372
type ItemFilters {

0 commit comments

Comments
 (0)