diff --git a/schema.graphqls b/schema.graphqls index c1b9e29..4be38b2 100644 --- a/schema.graphqls +++ b/schema.graphqls @@ -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