Skip to content

Commit

Permalink
Merge pull request #106 from the-hideout/required-slots
Browse files Browse the repository at this point in the history
Required slots
  • Loading branch information
Razzmatazzz authored Sep 19, 2022
2 parents bbbf794 + 37fdd3e commit ca7fab8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ type Item {
backgroundColor: String!
iconLink: String
gridImageLink: String
baseImageLink: String
inspectImageLink: String
image512pxLink: String
image8xLink: String
Expand Down Expand Up @@ -533,6 +534,7 @@ type ItemSlot {
name: String!
nameId: String!
filters: ItemFilters
required: Boolean
}
enum ItemSourceName {
Expand Down Expand Up @@ -607,6 +609,7 @@ type QuestItem {
height: Int
iconLink: String
gridImageLink: String
baseImageLink: String
inspectImageLink: String
image512pxLink: String
image8xLink: String
Expand Down

0 comments on commit ca7fab8

Please sign in to comment.