From 1a8bdaf6e55689f29a46a17ce0f888a55e373916 Mon Sep 17 00:00:00 2001 From: Kezz Date: Wed, 27 Nov 2024 16:07:14 +0000 Subject: [PATCH] feature: Add angler trophies --- schema.graphqls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema.graphqls b/schema.graphqls index 368936c..c1b9e29 100644 --- a/schema.graphqls +++ b/schema.graphqls @@ -39,6 +39,9 @@ enum TrophyCategory { "Skill trophies." SKILL + + "Angler trophies." + ANGLER } "Data for types that track some form of progression."