Skip to content

Commit

Permalink
add more flea info
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzmatazzz committed Jun 19, 2024
1 parent 140f5dd commit 598c72e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,13 @@ type FleaMarket implements Vendor {
enabled: Boolean!
sellOfferFeeRate: Float!
sellRequirementFeeRate: Float!
foundInRaidRequired: Boolean
reputationLevels: [FleaMarketReputationLevel]!
}
type FleaMarketReputationLevel {
offers: Int!
offersSpecialEditions: Int!
minRep: Float!
maxRep: Float!
}
Expand Down

0 comments on commit 598c72e

Please sign in to comment.