Skip to content

Commit 43abb0e

Browse files
authored
Merge pull request #397 from the-hideout/handbook-image-links
Handbook image links
2 parents b2c3de7 + 12d095f commit 43abb0e

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)