Skip to content

Commit 2ecd3a9

Browse files
authored
Merge pull request #79 from the-hideout/fleamarket-schema-update
add normalizedName to FleaMarket type
2 parents c684839 + 12d4b0c commit 2ecd3a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schema.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ type GameProperty {
130130
131131
type FleaMarket implements Vendor {
132132
name: String!
133+
normalizedName: String!
133134
minPlayerLevel: Int!
134135
enabled: Boolean!
135136
sellOfferFeeRate: Float!

0 commit comments

Comments
 (0)