From 80c3245cf3059397a2aa2038cb5857435b4ed9a4 Mon Sep 17 00:00:00 2001 From: Kezz Date: Fri, 6 Dec 2024 17:07:56 +0000 Subject: [PATCH] Add some more clarifying documentation --- schema.graphqls | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/schema.graphqls b/schema.graphqls index 9d1b1a3..fab01a4 100644 --- a/schema.graphqls +++ b/schema.graphqls @@ -161,6 +161,7 @@ type CosmeticOwnershipState { "The Chroma Packs that have applied to this cosmetic, if it is colorable." chromaPacks: [String!] + @spectaql(options: { key: "example", value: "[\"oceanic\", \"natural\"" }) "The number of Royal Reputation donations that have been made of this cosmetic, if it can be donated." donationsMade: Int @@ -421,7 +422,11 @@ type Cosmetic { "If this cosmetic can be colored using Chroma Packs." colorable: Boolean! - "The number of trophies this cosmetic awards." + """ + The number of trophies this cosmetic awards. + + Note that this does not include the completion bonus for applying all Chroma Packs to the cosmetic. + """ trophies: Int! """