Skip to content

Commit

Permalink
feature: Add evolution index to crown level
Browse files Browse the repository at this point in the history
Closes #4
  • Loading branch information
kezz authored Nov 27, 2024
1 parent 1a8bdaf commit 8e313d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ type CrownLevel {
"The overall Crown Level."
level: Int!

"The zero-indexed evolution of the crown."
evolution: Int!

"The next level that the crown will evolve, if any."
nextEvolutionLevel: Int

Expand Down

0 comments on commit 8e313d9

Please sign in to comment.