Skip to content

Commit 7f8994b

Browse files
authored
Level data is not nullable
1 parent 48b2c39 commit 7f8994b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema.graphqls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ type CrownLevel {
178178
@deprecated(reason: "Use levelData instead.")
179179

180180
"The overall level data."
181-
levelData: LevelData
181+
levelData: LevelData!
182182

183183
"The fishing level data."
184-
fishingLevelData: LevelData
184+
fishingLevelData: LevelData!
185185

186186
"The amount of trophies the player has."
187187
trophies(

0 commit comments

Comments
 (0)