Skip to content

Commit

Permalink
Merge pull request #357 from the-hideout/item-prices-gamemode
Browse files Browse the repository at this point in the history
Add gameMode param to itemPrices query
  • Loading branch information
Razzmatazzz authored Jan 21, 2025
2 parents 6184479 + 01e7f59 commit 119f98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema-static.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ type Query {
historicalItemPrices(id: ID!, days: Int, lang: LanguageCode, gameMode: GameMode, limit: Int, offset: Int): [historicalPricePoint]!
item(id: ID, normalizedName: String, lang: LanguageCode, gameMode: GameMode): Item
items(ids: [ID], name: String, names: [String], type: ItemType, types: [ItemType], categoryNames: [ItemCategoryName], handbookCategoryNames: [HandbookCategoryName] bsgCategoryId: String, bsgCategoryIds: [String], bsgCategory: String, lang: LanguageCode, gameMode: GameMode, limit: Int, offset: Int): [Item]!
itemPrices(id: ID!, limit: Int, offset: Int): [historicalPricePoint]!
itemPrices(id: ID!, gameMode: GameMode, limit: Int, offset: Int): [historicalPricePoint]!
itemCategories(lang: LanguageCode, limit: Int, offset: Int): [ItemCategory]!
goonReports(lang: LanguageCode, gameMode: GameMode, limit: Int, ofset: Int): [GoonReport]!
handbookCategories(lang: LanguageCode, limit: Int, offset: Int): [ItemCategory]!
Expand Down

0 comments on commit 119f98f

Please sign in to comment.