File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ type CosmeticOwnershipState {
161161
162162 "The Chroma Packs that have applied to this cosmetic, if it is colorable."
163163 chromaPacks : [String ! ]
164+ @spectaql (options : { key : " example" , value : " [\" oceanic\" , \" natural\" " })
164165
165166 "The number of Royal Reputation donations that have been made of this cosmetic, if it can be donated."
166167 donationsMade : Int
@@ -421,7 +422,11 @@ type Cosmetic {
421422 "If this cosmetic can be colored using Chroma Packs."
422423 colorable : Boolean !
423424
424- "The number of trophies this cosmetic awards."
425+ """
426+ The number of trophies this cosmetic awards.
427+
428+ Note that this does not include the completion bonus for applying all Chroma Packs to the cosmetic.
429+ """
425430 trophies : Int !
426431
427432 """
You can’t perform that action at this time.
0 commit comments