Skip to content

Commit

Permalink
Add some more clarifying documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kezz authored Dec 6, 2024
1 parent b7ed2a8 commit 80c3245
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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!

"""
Expand Down

0 comments on commit 80c3245

Please sign in to comment.