Skip to content

Commit

Permalink
chore: Remove previously deprecated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
kezz authored Feb 10, 2025
1 parent 6596915 commit 0c32789
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -194,22 +194,6 @@ type LevelData {

"A Crown Level and associated trophy data."
type CrownLevel {
"The overall Crown Level."
level: Int!
@deprecated(reason: "Use levelData instead.")

"The zero-indexed evolution of the crown."
evolution: Int!
@deprecated(reason: "Use levelData instead.")

"The next level that the crown will evolve, if any."
nextEvolutionLevel: Int
@deprecated(reason: "Use levelData instead.")

"The progress the player is making towards their next level, if any."
nextLevelProgress: ProgressionData
@deprecated(reason: "Use levelData instead.")

"The overall level data."
levelData: LevelData!

Expand Down Expand Up @@ -333,10 +317,6 @@ type Currency {
"The number of coins the player currently has."
coins: Int!

"The number of gems the player currently has."
gems: Int!
@deprecated(reason: "Deprecated for removal. Will always return 0 until removal.")

"The number of Royal Reputation the player currently has."
royalReputation: Int!

Expand Down

0 comments on commit 0c32789

Please sign in to comment.