From 8e313d9e76709af8ef81329efeb9cd94ac4cab52 Mon Sep 17 00:00:00 2001 From: Kezz Date: Wed, 27 Nov 2024 17:41:14 +0000 Subject: [PATCH] feature: Add evolution index to crown level Closes #4 --- schema.graphqls | 3 +++ 1 file changed, 3 insertions(+) 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